1 Star 0 Fork 0

lioinx/大事件管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vite.config.js 616 Bytes
一键复制 编辑 原始数据 按行查看 历史
lioinx 提交于 2024-05-12 20:48 +08:00 . 基于vue3的大事件管理系统
import { fileURLToPath, URL } from 'node:url'
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import AutoImport from 'unplugin-auto-import/vite'
import Components from 'unplugin-vue-components/vite'
import { ElementPlusResolver } from 'unplugin-vue-components/resolvers'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
vue(),
AutoImport({
resolvers: [ElementPlusResolver()]
}),
Components({
resolvers: [ElementPlusResolver()]
})
],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
}
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/a-small-moon-in-the-sky/vue3-event-admin.git
git@gitee.com:a-small-moon-in-the-sky/vue3-event-admin.git
a-small-moon-in-the-sky
vue3-event-admin
大事件管理系统
master

搜索帮助