This commit is contained in:
light
2018-02-12 16:27:08 +08:00
parent 2f93d4a638
commit ad583d960b
11 changed files with 159 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
# vue eslint config
## .eslintrc.js
```
# rules:
'camelcase': 0,
```
## .eslintignore
``` bash
build/*.js
config/*.js
src/libs/*.js
```
+4 -1
View File
@@ -1,4 +1,7 @@
# Start a vue project
npm install -g vue
npm install -g vue-cli
npm install -g cnpm --registry=https://registry.npm.taobao.org
vue init webpack-simple myproject
@@ -6,4 +9,4 @@ cd myproject
npm install
npm run dev
npm run dev