1 Star 0 Fork 19

clearhuai/SealFront

forked from simple-zy/SealFront 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vite.config.js 559 Bytes
一键复制 编辑 原始数据 按行查看 历史
simple-zy 提交于 2022-11-26 13:38 . 项目初始化
import { defineConfig, ConfigEnv } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
resolve: { dedupe: ['vue'] },
plugins: [
vue(),
],
server: {
open: true,//启动项目自动弹出浏览器
port: 8081,//启动端口
proxy: {
'/api': {
target: 'http://localhost:8890', //实际请求地址
changeOrigin: true,
},
'/upload': {
target: 'http://localhost:8890/', //实际请求地址
changeOrigin: true,
}
}
}
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/clearhuai/seal-front.git
git@gitee.com:clearhuai/seal-front.git
clearhuai
seal-front
SealFront
master

搜索帮助