1 Star 1 Fork 1

haruhi/haruhi-nav-frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 913 Bytes
一键复制 编辑 原始数据 按行查看 历史
haruhi 提交于 2023-02-21 10:23 . 懒加载路由;打包去掉map文件
const path = require('path')
module.exports = {
devServer : {
hot:true,//自动保存
open : true,//自动启动
port : 9000,//默认端口号
host : "0.0.0.0"
},
publicPath: './', //打包后的位置(如果不设置这个静态资源会报404)
outputDir: 'dist', //打包后的目录名称
assetsDir: 'static', //静态资源目录名称
productionSourceMap:false,
// dev: {
//     env: require('./dev.env'),
//     port: 8080,
//     autoOpenBrowser: true,
//     assetsSubDirectory: 'static',
//     assetsPublicPath: '/',
//     proxyTable: {
//          '/api': {
//               target: 'https://api.yimian.xyz/mail',
//               changeOrigin: true,
//               pathRewrite: {
//                 '^/api': '/' 
//               }
//             }
//     },
//   }
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Lelouch-cc/haruhi-nav-frontend.git
git@gitee.com:Lelouch-cc/haruhi-nav-frontend.git
Lelouch-cc
haruhi-nav-frontend
haruhi-nav-frontend
master

搜索帮助