mirror of
https://github.com/HerrCraziDev/dotfiles.git
synced 2025-12-13 09:36:16 +01:00
34 lines
796 B
Plaintext
34 lines
796 B
Plaintext
{
|
|
"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"
|
|
}
|
|
}
|
|
} |