1 Star 0 Fork 91

dsonghui/x-emr-vue

forked from bensenplus/x-emr-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vite.config.js 406 Bytes
一键复制 编辑 原始数据 按行查看 历史
bensenplus 提交于 2023-05-31 11:02 . temp
import { fileURLToPath, URL } from 'node:url'
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import copy from 'rollup-plugin-copy'
export default defineConfig({
server:{
port:80
},
plugins: [
vue(),
copy({ src: 'src/pages/**/*', dest: 'dist/public/code' })
],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
}
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/huishao/x-emr-vue.git
git@gitee.com:huishao/x-emr-vue.git
huishao
x-emr-vue
x-emr-vue
master

搜索帮助