mirror of
https://github.com/HerrCraziDev/dotfiles.git
synced 2026-04-20 14:34:21 +02:00
fucking mess
This commit is contained in:
34
.vuerc
Normal file
34
.vuerc
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"useTaobaoRegistry": false,
|
||||
"packageManager": "yarn",
|
||||
"presets": {
|
||||
"hc-quick-website": {
|
||||
"useConfigFiles": true,
|
||||
"plugins": {
|
||||
"@vue/cli-plugin-babel": {},
|
||||
"@vue/cli-plugin-typescript": {
|
||||
"classComponent": true,
|
||||
"useTsWithBabel": true
|
||||
},
|
||||
"@vue/cli-plugin-router": {
|
||||
"historyMode": true
|
||||
}
|
||||
},
|
||||
"cssPreprocessor": "less"
|
||||
},
|
||||
"quick-website-usethisone": {
|
||||
"useConfigFiles": true,
|
||||
"plugins": {
|
||||
"@vue/cli-plugin-babel": {},
|
||||
"@vue/cli-plugin-typescript": {
|
||||
"classComponent": false,
|
||||
"useTsWithBabel": true
|
||||
},
|
||||
"@vue/cli-plugin-router": {
|
||||
"historyMode": true
|
||||
}
|
||||
},
|
||||
"cssPreprocessor": "less"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user