1 Star 4 Fork 309

十分钟空间/vue-form-design

forked from jjxliu306/ng-form-element 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
vue.config.js 601 Bytes
Copy Edit Raw Blame History
module.exports = {
// 修改 src 目录 为 examples 目录
pages: {
index: {
entry: 'example/main.js',
template: 'public/index.html',
filename: 'index.html'
}
},
productionSourceMap: false,
// 强制内联CSS
css: { extract: true },
// 扩展 webpack 配置,使 packages 加入编译
chainWebpack: config => {
config.module
.rule('js')
.include
.add('/packages')
.end()
.use('babel')
.loader('babel-loader')
.tap(options => {
// 修改它的选项...
return options
})
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tenmspace/vue-form-design.git
git@gitee.com:tenmspace/vue-form-design.git
tenmspace
vue-form-design
vue-form-design
master

Search

0d507c66 1850385 C8b1a773 1850385