update
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# vue eslint config
|
||||
|
||||
|
||||
## .eslintrc.js
|
||||
```
|
||||
# rules:
|
||||
'camelcase': 0,
|
||||
```
|
||||
|
||||
## .eslintignore
|
||||
|
||||
``` bash
|
||||
build/*.js
|
||||
config/*.js
|
||||
src/libs/*.js
|
||||
```
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user