1 Star 10 Fork 4

yishan/vue 婚礼请柬

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
“归一山人” 提交于 2021-09-06 19:01 . 迁移升级到vue3
/**
* Defines the API route we are using.
*/
module.exports = {
outputDir: '../we_c/addons/love_story/template/mobile/dist',
publicPath: process.env.NODE_ENV === 'production'
? '/addons/love_story/template/mobile/dist/'
: '/',
chainWebpack: config => {
config.resolve.alias.set('vue', '@vue/compat')
config.module
.rule('vue')
.use('vue-loader')
.tap(options => {
return {
...options,
compilerOptions: {
compatConfig: {
MODE: 2
}
}
}
})
}
//配置跨域请求
// devServer: {
// open: true, //是否自动打开浏览器
// host: 'localhost',
// port: 8081, //启动端口号
// https: false, //是否开启https
// hotOnly: true,
// proxy: { // 配置跨域
// '': {
// target: 'http://linqiu.gysr.top/app/love_story_api.php',
// ws: true,
// changOrigin: true, //是否开启代理
// pathRewrite: {
// '': ''
// }
// }
// },
// before: app => {}
// },
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lgting/love_story.git
[email protected]:lgting/love_story.git
lgting
love_story
vue 婚礼请柬
master

搜索帮助