1 Star 0 Fork 767

懵懂y/领课教育系统-Web端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nuxt.config.ts 797 Bytes
一键复制 编辑 原始数据 按行查看 历史
领课 提交于 2024-05-29 08:59 . feat: 使用nuxt3进行项目重构
// https://nuxt.com/docs/api/configuration/nuxt-config
// eslint-disable-next-line no-undef
export default defineNuxtConfig({
experimental: {
asyncContext: true
},
css: ['~/assets/styles/main.scss'],
modules: ['@element-plus/nuxt', '@vueuse/nuxt'],
nitro: {
devProxy: {
'/gateway': {
target: import.meta.env.VITE_BASE_URL,
changeOrigin: true
}
}
},
vite: {
build: {
minify: 'terser',
emptyOutDir: true,
chunkSizeWarningLimit: 1500,
terserOptions: {
compress: {
drop_console: import.meta.env.VITE_DROP_CONSOLE,
drop_debugger: import.meta.env.VITE_DROP_DEBUGGER
}
}
},
optimizeDeps: {
include: ['element-plus/es/components/**']
}
},
telemetry: false
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/three-y/roncoo-education-web.git
git@gitee.com:three-y/roncoo-education-web.git
three-y
roncoo-education-web
领课教育系统-Web端
master

搜索帮助