1 Star 0 Fork 27

桃子/v-form

forked from 轩陌/v-form 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 680 Bytes
一键复制 编辑 原始数据 按行查看 历史
轩陌 提交于 2022-03-16 20:40 . refactor: 更新demo路径
const path = require('path')
module.exports = {
lintOnSave: true,
outputDir: 'example-dist',
publicPath: process.env.NODE_ENV === 'production' ? '/-/v-form/' : '/',
devServer: {
overlay: {
warnings: true,
errors: true
},
proxy: {
'/api': {
target: 'https://admin.xuanmo.xin/',
changeOrigin: true
}
}
},
configureWebpack: {
devtool: 'source-map',
entry: {
app: path.resolve(__dirname, './example/main.js')
},
resolve: {
alias: {
'@': path.resolve(__dirname, './packages'),
'@doc': path.resolve(__dirname, './example')
}
}
},
productionSourceMap: false
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/J-peaches/v-form.git
git@gitee.com:J-peaches/v-form.git
J-peaches
v-form
v-form
master

搜索帮助