vscode安装,vue安装
1.vscode官方下载安装(参考另一篇)
2.安装nodejs
npm config set prefix "D:\install\nodejs_temp\node_global" npm config set cache "D:\install\nodejs_temp\node_cache"
3.安装插件vetur
4.安装插件eslint
5.安装vue
npm install vue -g
npm install vue-router -g
npm install -g @vue/cli
npm install -g @vue/cli
6.新建工程
vue create hspbc
7.安装插件Live Serve
“查看” =》“调试控制台”或者直接按快捷键 ctrl+shift+y调出控制面板
npm install -g live-server