1 Star 0 Fork 0

悟空 / el-admin-pro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vite.config.js 309 Bytes
一键复制 编辑 原始数据 按行查看 历史
sochishun 提交于 2024-03-24 22:50 . first commit.
import { fileURLToPath, URL } from 'node:url'
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
vue(),
],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
}
})
JavaScript
1
https://gitee.com/sochishun/el-admin-pro.git
git@gitee.com:sochishun/el-admin-pro.git
sochishun
el-admin-pro
el-admin-pro
master

搜索帮助