Merge branch 'master' of http://47.107.61.133:3000/chinaweal/public
This commit is contained in:
commit
b1cbc43d1c
|
|
@ -12,8 +12,9 @@
|
|||
- [必要插件](#必要插件)
|
||||
- [推荐插件](#推荐插件)
|
||||
- [军规(规范)](#军规(规范))
|
||||
- [代码规范](#代码规范)
|
||||
- [注释规范](#注释规范)
|
||||
- [代码格式](#代码格式)
|
||||
- [编写规范](#编写规范)
|
||||
- [依赖管理](#依赖管理)
|
||||
- [常见问题](#常见问题)
|
||||
|
||||
## 武器准备(ENV)
|
||||
|
|
@ -40,22 +41,28 @@ https://tortoisesvn.net/downloads.zh.html
|
|||
|
||||
|
||||
## 配件准备(plugin)
|
||||
下面都是Visual Studio Code的插件
|
||||
|
||||
### 必要插件
|
||||
|
||||
#### ESLint
|
||||
#### Vue.js devtools(Chrome Extension)
|
||||
|
||||
vue应用调试
|
||||
1、[使用google扩展商店安装](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)
|
||||
2、离线安装
|
||||
[下载源码](https://github.com/vuejs/devtools)编译,打开chrome扩展页面右上角的开发者模式,加载已解压的扩展程序
|
||||
|
||||
#### ESLint(Visual Studio Code)
|
||||
|
||||
提供按照指定的eslint规则格式化代码的功能
|
||||
|
||||
|
||||
#### Vetur
|
||||
#### Vetur(Visual Studio Code)
|
||||
|
||||
.vue文件解析
|
||||
|
||||
### 推荐插件
|
||||
|
||||
#### Prettier - Code formatter
|
||||
#### Prettier - Code formatter(Visual Studio Code)
|
||||
|
||||
其他文件的代码格式化插件
|
||||
|
||||
|
|
@ -96,11 +103,11 @@ https://tortoisesvn.net/downloads.zh.html
|
|||
|
||||
### 依赖管理
|
||||
|
||||
### npm or yarn
|
||||
#### npm or yarn
|
||||
|
||||
随便,一般用npm
|
||||
|
||||
### 依赖安装
|
||||
#### 依赖安装
|
||||
|
||||
任何新增的项目依赖,安装时都需要添加--save参数写入package.json
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue