Vue-Cli安装
1 安装nodejs(自带npm) 官网下载
2 npm 安装 cnpm (打开管理员模式 的 cmd/powershell)
1 | 或使用如下语句解决 npm 速度慢的问题 |
1 | npm install cnpm -g |
2 cnpm 安装 vue-cli
尽量不要用cnpm, 但是npm装不上就用它
1 | cnpm install vue-cli -g |
1 安装nodejs(自带npm) 官网下载
2 npm 安装 cnpm (打开管理员模式 的 cmd/powershell)
1 | 或使用如下语句解决 npm 速度慢的问题 |
1 | npm install cnpm -g |
2 cnpm 安装 vue-cli
尽量不要用cnpm, 但是npm装不上就用它
1 | cnpm install vue-cli -g |
This article just represents my own viewpoint. If there is something wrong, please correct me.