1 Star 0 Fork 781

Yzi/领课教育系统-Web端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nuxt.config.ts 835 Bytes
一键复制 编辑 原始数据 按行查看 历史
领课 提交于 2024-09-25 11:28 . feat: 隐藏侧边栏
// 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,
compatibilityDate: '2024-09-20'
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/scer/roncoo-education-web.git
[email protected]:scer/roncoo-education-web.git
scer
roncoo-education-web
领课教育系统-Web端
master

搜索帮助