This commit is contained in:
fan
2019-05-06 20:27:53 +08:00
parent ad3c67e0d2
commit f4bda4688c
32 changed files with 13533 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"presets": [
"@vue/app",
[
"@babel/preset-env",
{
"modules": false
}
]
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}