2 Star 27 Fork 12

百無禁忌/custom-page

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 671 Bytes
一键复制 编辑 原始数据 按行查看 历史
百無禁忌 提交于 2022-02-28 13:46 . 新增模块
module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/custom-page'
: '/',
lintOnSave: true, // esLint 开关
devServer: {
host: '0.0.0.0',
port: 9509, // 打开项目的端口号
https: false, // 是否使用https
open: false // 是否自动打开浏览器
// proxy:{ // 解决跨域问题
// '/api': {
// target: 'http://127.0.0.1:8888', // 出现跨域的域名
// ws: true,
// changeOrigin: true, // 是否开启跨域
// pathRewrite: {
// '^/api': ''
// }
// }
// }
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/chz1905/custom-page.git
git@gitee.com:chz1905/custom-page.git
chz1905
custom-page
custom-page
master

搜索帮助