Skip to content

Instantly share code, notes, and snippets.

@GinoVillalpando
Created November 19, 2020 23:58
Show Gist options
  • Save GinoVillalpando/f5defbfb61232e2d240c2d747747c6bd to your computer and use it in GitHub Desktop.
Save GinoVillalpando/f5defbfb61232e2d240c2d747747c6bd to your computer and use it in GitHub Desktop.
{
"useTaobaoRegistry": false,
"presets": {
"vue-project-template": {
"useConfigFiles": true,
"plugins": {
"@vue/cli-plugin-babel": {},
"@vue/cli-plugin-typescript": {
"classComponent": true,
"useTsWithBabel": true
},
"@vue/cli-plugin-router": {
"historyMode": true
},
"@vue/cli-plugin-vuex": {},
"@vue/cli-plugin-eslint": {
"config": "prettier",
"lintOn": [
"save"
]
},
"@vue/cli-plugin-unit-jest": {},
"@vue/cli-plugin-e2e-cypress": {}
},
"vueVersion": "2",
"cssPreprocessor": "dart-sass"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment