文件已转移至:http://doc.xxb.lttc.cn/tool/npm.html
旧文档备份:
注:win10 运行命令请用 PowerShell(管理员)
node -v
cd C:\'Program Files'\nodejs
npm install vue-cli -g --registry=https://registry.npm.taobao.org //若加载过慢,可使用淘宝npm镜像
vue init airyland/vux2 vuxdemo
cd vuxdemo
npm install --registry=https://registry.npm.taobao.org //若加载过慢,可使用淘宝npm镜像
npm run dev
npm run build
Ctrl+C