This commit is contained in:
xiaozhiyong
2026-06-11 17:09:20 +08:00
parent abe40c5ae9
commit 082b766349
15 changed files with 854 additions and 391 deletions

View File

@@ -65,6 +65,7 @@ export default ({ mode }) => {
}
}
},
server: {
// 如果使用docker-compose开发模式设置为false
open: true,
@@ -105,7 +106,10 @@ export default ({ mode }) => {
svgBuilder(['./src/plugin/', './src/assets/icons/'], base, outDir, 'assets', NODE_ENV),
[Banner(`\n Build based on gin-vue-admin \n Time : ${timestamp}`)],
VueFilePathPlugin('./src/pathInfo.json'),
UnoCSS()
UnoCSS(),
vueDevTools({
launchEditor: 'cursor' // 关键配置:指定 Cursor
})
]
}
return config