Use vite's community templates to create corresponding projects (such as React17, vue+electron)

installation base

yarn add npx -g
yarn add degit -g

Find the corresponding template to download

  • Copy the github author name and project address where this template is located

  • command line input
npx degit 作者名/项目地址

  • Finish

Guess you like

Origin blog.csdn.net/u014582342/article/details/128197609
Recommended