1 Star 0 Fork 590

散装java / ant-design-pro-vue

forked from Sendya / ant-design-pro-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 390 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sendya 提交于 2019-02-28 14:10 . fix: support IE10~11 #104
module.exports = {
presets: [
'@vue/app',
[
'@babel/preset-env',
{
'useBuiltIns': 'entry'
}
]
]
// if your use import on Demand, Use this code
// ,
// plugins: [
// [ 'import', {
// 'libraryName': 'ant-design-vue',
// 'libraryDirectory': 'es',
// 'style': true // `style: true` 会加载 less 文件
// } ]
// ]
}
JavaScript
1
https://gitee.com/bulkall/ant-design-pro-vue.git
git@gitee.com:bulkall/ant-design-pro-vue.git
bulkall
ant-design-pro-vue
ant-design-pro-vue
master

搜索帮助