mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-27 23:41:22 -05:00
committed by
Haoqun Jiang
parent
c0aa2bb310
commit
362587a966
@@ -105,7 +105,6 @@ vue add @vue/eslint --config airbnb --lintOn save
|
||||
``` json
|
||||
{
|
||||
"useConfigFiles": true,
|
||||
"vuex": true,
|
||||
"cssPreprocessor": "sass",
|
||||
"plugins": {
|
||||
"@vue/cli-plugin-babel": {},
|
||||
@@ -113,7 +112,8 @@ vue add @vue/eslint --config airbnb --lintOn save
|
||||
"config": "airbnb",
|
||||
"lintOn": ["save", "commit"]
|
||||
},
|
||||
"@vue/cli-plugin-router": {}
|
||||
"@vue/cli-plugin-router": {},
|
||||
"@vue/cli-plugin-vuex": {}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user