本篇博客参考自 B站 Allen 前端分享 的《VUE项目实战》视频教程
项目地址:https://gitee.com/csheng-gitee/vue3-general-backend-template.git
# npm 6.x
npm create vite@latest my-vue-app --template vue
# npm 7+, extra double-dash is needed:
npm create vite@latest my-vue-app -- --template vue
# yarn
yarn create vite my-vue-app --template vue
# pnpm
pnpm create vite my-vue-app --template vue