update:Vue的系统指令
This commit is contained in:
@@ -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 文件格式化。
|
||||
|
||||
|
||||
|
||||
|
||||
### 代码格式化
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user