1 Star 0 Fork 224

NONO9527 / vjdesign界面设计器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 313 Bytes
一键复制 编辑 原始数据 按行查看 历史
fyl080801 提交于 2020-11-20 16:37 . feat: 增加ant design示例
module.exports = {
presets: ['@vue/cli-plugin-babel/preset'],
plugins: [
'lodash',
[
'import',
{ libraryName: 'ant-design-vue', libraryDirectory: 'es', style: 'css' }
] // `style: true` 会加载 less 文件
],
env: {
test: {
presets: [['@babel/preset-env']]
}
}
}
JavaScript
1
https://gitee.com/yiny9527/vjdesign.git
git@gitee.com:yiny9527/vjdesign.git
yiny9527
vjdesign
vjdesign界面设计器
master

搜索帮助