下载node.js安装https://nodejs.org/en/
npm install -g cnpm --registry=https://registry.npm.taobao.org
npm install vue-cli -g
初始化:
vue init webpack vue-demo
npm install
npm run dev
VUE环境部署
原文:https://www.cnblogs.com/slqt/p/10245890.html