1 Star 0 Fork 159

Bull / jepaas-project-frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.babelrc 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
吝志超 提交于 2019-08-27 19:05 . 前端开源项目
{
"presets": [
"es2015",
[
"env",
{
"modules": false,
"targets": {
"browsers": [
"ie >=9"
]
},
"useBuiltIns": true,
"debug": false
}
],
"stage-0"
],
"plugins": [
"transform-vue-jsx",
"transform-runtime",
[
"import",
{
"libraryName": "muse-ui",
"libraryDirectory": "lib",
"camel2DashComponentName": false
}
],
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}
JavaScript
1
https://gitee.com/skybillow/jepaas-project-frontend.git
git@gitee.com:skybillow/jepaas-project-frontend.git
skybillow
jepaas-project-frontend
jepaas-project-frontend
master

搜索帮助