1 Star 0 Fork 10

wangql/ruoyi-vue3-auto-form

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vite.config.js 576 Bytes
一键复制 编辑 原始数据 按行查看 历史
春风吹 提交于 2023-07-28 18:13 . vue3 若依自动表单重构完成
import { defineConfig } from "vite";
import vue from "@vitejs/plugin-vue";
import { fileURLToPath, URL } from "node:url";
import { svgBuilder } from "./src/plugins/svgBuilder";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue(), svgBuilder("./src/assets/icons/svg/")],
server: {
host: "0.0.0.0",
port: 5177,
open: true,
fs: {
strict: false,
allow: [],
},
},
resolve: {
alias: {
"@": fileURLToPath(new URL("./src", import.meta.url)),
},
},
build: {
chunkSizeWarningLimit: 1000,
},
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wang98765/ruoyi-vue3-auto-form.git
git@gitee.com:wang98765/ruoyi-vue3-auto-form.git
wang98765
ruoyi-vue3-auto-form
ruoyi-vue3-auto-form
master

搜索帮助