❤ 项目主要使用的版本和对应体系
vue地址:
https://cn.vuejs.org/
Vue所有版本地址
https://github.com/vuejs/core/blob/main/changelogs/CHANGELOG-3.2.md
NPM镜像地址
npm install -g cnpm --registry=https://registry.npm.taobao.org
nvm 地址:
https://github.com/coreybutler/nvm-windows/releases
Node地址:
https://nodejs.org/zh-cn/download/releases
Node历史版本地址
https://nodejs.org/zh-cn/download/releases
❤ 主要使用的版本和对应体系 | |||||
主要 | 使用 | 使用 | 工具 | 版本 | 版本 |
vue2 +Vuex+……模式 | nvm 版本 | Vue2版本 2.9.6 | node 12.12.2 | git 2.26.0 | npm 7.18.1 |
vue3 + typescript + vite + pinia+……模式 | nvm 版本 | Vue3 版本 3.2.0 | node 16.14.0 | git 2.26.0 | npm 8.3.1 |
V2 常用的命令和版本
vue 2.6
npm install vue-cli -g
npm install -g @vue-cli@版本号
node v 12.12.2
git 2.26.0 rc0
npm 7.18.1
nvm install node@12.12.0
npm 6.11.3
vue --version
V3 常用的命令和版本
npm uninstall vue-cli -g
或者
yarn global add @vue/cli
vue 3.2
npm install @vue/cli -g
@vue/cli 4.5.13
nvm install node@16.12.0
npm 8.19.4
nvm use 16.12.0
vue --version
vue-cli 版本查看
npm list vue -g
vue安装
脚手架
npm install -g @vue/cli
vue create demo
最新
最新稳定版
$ npm init vue@latest
安装yarn
npm install -g yarn
yarn -v
使用vite
vite 官网
https://cn.vitejs.dev/guide/
vite 安装
使用 NPM
npm install -g vite
使用 Yarn
windows版:
获取权限:
npm install -g yarn
yarn -v
mac版:
获取权限:
sudo -s
npm install -g yarn
yarn -v