当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
2 Star 0 Fork 165

想天皮克斯 / form-create
暂停

forked from FormCreate / form-create 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bili.config.elm.js 771 Bytes
一键复制 编辑 原始数据 按行查看 历史
FormCreate 提交于 2019-02-09 19:50 . 'elm修改为element'
const {author, license, name, version} = require('./package.json');
module.exports = {
format: ["umd", "umd-min"],
exports: "named",
filename: `${name}.elm.js`,
global: {
vue: "Vue"
},
input: "src/element.js",
name: "formCreate",
external: ["vue", "Vue"],
banner: '/*!\n' +
` * ${name} v${version} elementUI\n` +
` * (c) 2018-${new Date().getFullYear()} ${author}\n` +
` * Github https://github.com/xaboy/form-create\n` +
` * Released under the ${license} License.\n` +
' */',
js: "babel",
replace: {
'process.env.NODE_ENV': JSON.stringify('production'),
'process.env.VERSION': JSON.stringify(version),
'process.env.UI': JSON.stringify('element')
}
}
JavaScript
1
https://gitee.com/tsbrowser/form-create.git
git@gitee.com:tsbrowser/form-create.git
tsbrowser
form-create
form-create
master

搜索帮助