vue-cli-plugin-element-zkml
Version:
Quickly build a backend system with vue-cli and element-ui in seconds.
24 lines (23 loc) • 451 B
JSON
{
"useConfigFiles": true,
"plugins": {
"@vue/cli-plugin-babel": {},
"@vue/cli-plugin-pwa": {},
"@vue/cli-plugin-eslint": {
"config": "standard",
"lintOn": ["save"]
},
"@vue/cli-plugin-unit-jest": {}
},
"configs": {
"eslintConfig": {
"rules": {
"space-before-function-paren": "off"
}
}
},
"router": true,
"routerHistoryMode": true,
"vuex": true,
"cssPreprocessor": "sass"
}