- npm install -g cnpm –registry=https://registry.npm.taobao.org
- npm install -g @vue/cli
- mkdir xxx
- cd xxx
- vue init webpack vue-app
- 【上面慢,git clone https://github.com/vuejs-templates/webpack.git ~./vue-templates/webpack 将命令下载本地】
- cd xxx
- npm install
- 测试运行:npm run dev
- 打包dist:npm run build










没有回复内容