1 Star 0 Fork 72

段雄/vue-ele-form

forked from 张超杰/vue-ele-form 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
vue.config.js 440 Bytes
Copy Edit Raw Blame History
const path = require('path')
const isProd = process.env.NODE_ENV === 'production'
module.exports = {
css: { extract: false },
outputDir: 'docs',
publicPath: isProd ? './' : '/',
configureWebpack: {
entry: './example/main.js',
output: {
libraryExport: 'default'
},
resolve: {
// 设置别名
alias: {
'vue-ele-form': path.resolve(__dirname, './lib')
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/segment_male/vue-ele-form.git
git@gitee.com:segment_male/vue-ele-form.git
segment_male
vue-ele-form
vue-ele-form
master

Search