1 Star 0 Fork 55

贫道乃徐半仙 / 开店星公众版-后台Vue源码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
/**
* 开店星新零售管理系统
* @description 基于Yii2+Vue2.0+uniapp研发,H5+小程序+公众号全渠道覆盖,功能完善开箱即用,框架成熟易扩展二开
* @author 青岛开店星信息技术有限公司
* @link https://www.kaidianxing.com
* @copyright Copyright (c) 2020-2022 Qingdao ShopStar Information Technology Co., Ltd.
* @copyright 版权归青岛开店星信息技术有限公司所有
* @warning Unauthorized deletion of copyright information is prohibited.
* @warning 未经许可禁止私自删除版权信息
*/
module.exports = {
plugins: [
"transform-class-properties",
"@babel/plugin-syntax-optional-chaining",
"@babel/plugin-proposal-optional-chaining",
["@babel/plugin-transform-modules-commonjs", { "strictMode": false }],
['import', {
libraryName: 'vant',
libraryDirectory: 'es',
style: true
}, 'vant']
],
presets: [
'@vue/cli-plugin-babel/preset',
[
"@babel/preset-env",
{
"useBuiltIns": "entry"
}
]
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xubanxian/kaidianxing-admin.git
git@gitee.com:xubanxian/kaidianxing-admin.git
xubanxian
kaidianxing-admin
开店星公众版-后台Vue源码
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891