4 Star 71 Fork 21

albert / json-schema-editor-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 228 Bytes
一键复制 编辑 原始数据 按行查看 历史
albert 提交于 2020-10-20 20:35 . 排除非必须的依赖
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
plugins: [
[
"import",
{
libraryName: "ant-design-vue",
libraryDirectory: "es",
"style": "css"
}
]
]
}
JavaScript
1
https://gitee.com/zyqwst/json-schema-editor-vue.git
git@gitee.com:zyqwst/json-schema-editor-vue.git
zyqwst
json-schema-editor-vue
json-schema-editor-vue
master

搜索帮助