Add vue-cli configuration
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
ebd2f86027
commit
34636ae138
3 changed files with 27 additions and 0 deletions
21
system/.config/vue/.vuerc
Normal file
21
system/.config/vue/.vuerc
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"useTaobaoRegistry": false,
|
||||
"presets": {
|
||||
"My Preset": {
|
||||
"useConfigFiles": false,
|
||||
"plugins": {
|
||||
"@vue/cli-plugin-babel": {},
|
||||
"@vue/cli-plugin-pwa": {},
|
||||
"@vue/cli-plugin-eslint": {
|
||||
"config": "prettier",
|
||||
"lintOn": [
|
||||
"save"
|
||||
]
|
||||
}
|
||||
},
|
||||
"router": true,
|
||||
"routerHistoryMode": true,
|
||||
"cssPreprocessor": "sass"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue