2 Star 0 Fork 0

fly(余飞)/tpa-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
余飞 提交于 2021-06-08 22:34 . feat: 图片上传压缩
'use strict'
const path = require('path')
function resolve(dir) {
return path.join(__dirname, dir)
}
const baseUrl = ''
// All configuration item explanations can be find in https://cli.vuejs.org/config/
module.exports = {
/**
* You will need to set publicPath if you plan to deploy your site under a sub path,
* for example GitHub Pages. If you plan to deploy your site to https://foo.github.io/bar/,
* then publicPath should be set to "/bar/".
* In most cases please use '/' !!!
* Detail: https://cli.vuejs.org/config/#publicpath
*/
publicPath: './',
outputDir: 'dist',
assetsDir: 'static',
productionSourceMap: false,
lintOnSave: process.env.NODE_ENV === 'development',
devServer: {
open: true,
disableHostCheck: true,
overlay: {
warnings: false,
errors: true
},
proxy: {
'^/dev-api': {
target: baseUrl,
ws: true,
changeOrigin: true
},
}
},
configureWebpack: {
resolve: {
alias: {
'@': resolve('src')
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fly_1024/tpa-app.git
git@gitee.com:fly_1024/tpa-app.git
fly_1024
tpa-app
tpa-app
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385