1 Star 0 Fork 3

PH-C/2358被监测网站

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 480 Bytes
一键复制 编辑 原始数据 按行查看 历史
imAei 提交于 2022-08-04 00:42 . fix: 路径问题,路由策略更改
/*
* @Descripttion:
* @Author: Wang Dejiang(aei)
* @Date: 2022-08-02 00:37:36
* @LastEditors: Wang Dejiang(aei)
* @LastEditTime: 2022-08-04 00:02:25
*/
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
transpileDependencies: true,
publicPath: process.env.NODE_ENV === 'production' ? '/web/' : '/',
configureWebpack: {
resolve: {
alias: {
'@images': '@/assets/images',
},
},
},
lintOnSave: false,
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/PH-C/2358-monitored-websites.git
[email protected]:PH-C/2358-monitored-websites.git
PH-C
2358-monitored-websites
2358被监测网站
master

搜索帮助