1 Star 0 Fork 104

levphon/dax-pay-ui

forked from Bootx/dax-pay-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vite.config.ts 877 Bytes
一键复制 编辑 原始数据 按行查看 历史
喵呀 提交于 2024-10-05 22:12 . ref 单商户前端移植
import { defineApplicationConfig } from '@vben/vite-config'
export default defineApplicationConfig({
overrides: {
optimizeDeps: {
include: [
'echarts/core',
'echarts/charts',
'echarts/components',
'echarts/renderers',
'qrcode',
'@iconify/iconify',
'ant-design-vue/es/locale/zh_CN',
],
},
server: {
open: false, // 项目启动后,自动打开
host: true,
port: 3300,
proxy: {
// 运营管理端
'/server': {
target: 'http://localhost:9999',
changeOrigin: true,
ws: true,
rewrite: (path) => path.replace(new RegExp(`^/server`), ''),
// only https
// secure: false
},
},
warmup: {
clientFiles: ['./index.html', './src/{views,components}/*'],
},
},
},
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/levphon/dax-pay-ui.git
git@gitee.com:levphon/dax-pay-ui.git
levphon
dax-pay-ui
dax-pay-ui
dev

搜索帮助