安装nodejs
https://blog.csdn.net/zhouyan8603/article/details/109039732
安装vue-cli 开发脚手架
npm install -g @vue/cli
https://cli.vuejs.org/zh/guide/installation.html
安装vite
npm create vite@latest
npm create vite@latest my-vue-app --template vue
https://cn.vitejs.dev/guide/
https://juejin.cn/post/7078250800304095245
创建
vite:
- npm create vue@3
- npm create vue@2
- npm create vite@latest
cli: - vue create xxx
引入vuex
webpack
https://www.webpackjs.com/guides/installation/
标签:npm,vue,cli,项目,create,VUE,https,vite,搭建 From: https://www.cnblogs.com/wwwaaa/p/17197677.html