This commit is contained in:
2023-09-15 10:02:00 +08:00
commit f7afe0cdf7
143 changed files with 25916 additions and 0 deletions

27
.babelrc Normal file
View File

@@ -0,0 +1,27 @@
{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}],
"stage-2"
],
"plugins": [
"transform-vue-jsx",
"transform-runtime",
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
},
"import",
{
"libraryName": "vant",
"libraryDirectory": "es",
"style": true
}
]]
}