update:Vue的系统指令

This commit is contained in:
qianguyihao
2018-05-07 00:11:35 +08:00
parent 22c8dcd80f
commit dd8e71564a
4 changed files with 450 additions and 258 deletions

View File

@@ -29,6 +29,23 @@
"workbench.editor.enablePreview": false,
```
### 在本地开启服务器
```bash
# 安装
npm install -g live-server
# 启动
live-server
```
参考链接:[Visual Studio Code + live-server编辑和浏览HTML网页](http://www.cnblogs.com/1zhk/p/5699379.html)
## 常用插件
@@ -165,7 +182,6 @@ Sass 文件格式化。
### 代码格式化