feat: scaffold elevator-front Vue 2 project

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>

Former-commit-id: 6fbe83de8e476b5b6de173cdaef67ddebfe3049f
This commit is contained in:
反编译工作区
2026-04-29 13:03:46 +08:00
parent 66f6d7b720
commit 7e9817cc17
11 changed files with 134 additions and 0 deletions
@@ -0,0 +1,15 @@
module.exports = {
publicPath: './',
outputDir: 'dist',
assetsDir: 'static',
productionSourceMap: false,
devServer: {
port: 8080,
proxy: {
'/api': {
target: 'http://localhost:8090',
changeOrigin: true,
},
},
},
};