Vue项目常见命令收集
主要流程:
打开cmd:
E:
mk htzd
cd htzd
node -v
npm install -g cnpm --registry=https://registry.npmmirror.com
cnpm -v
cnpm install -g @vue/cli
vue create hello
npm run serve
--------------------------------
https://v3.cn.vuejs.org/guide/introduction.html
https://cli.vuejs.org/zh/
https://npmmirror.com/
cnpm install vue@next
vue upgrade --next