1、选择code 下载压缩包并解压导入vscode
2、下载好git和node.在主菜单栏项目基础目录下创建一个 .npmrc 文件,里面放入 sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
registry=https://registry.npm.taobao.org
3、在终端输入以下代码
npm install --registry=https://registry.npm.taobao.org
4、npm run dev运行起来
5、运行完成