feat:工作台初始化项目。

This commit is contained in:
tianyongbao
2025-12-11 09:15:47 +08:00
parent 824a387119
commit 613d14fac0
123 changed files with 33586 additions and 0 deletions

12
.babelrc Normal file
View File

@@ -0,0 +1,12 @@
{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}],
"stage-2"
],
"plugins": ["transform-vue-jsx", "transform-runtime", "syntax-dynamic-import"]
}