Vue 3 + Vite + Element Plus 管理台,包含:
npm install
npm run dev
npm run dev:开发环境,接口默认代理到 http://localhost:8081npm run dev:test:测试环境联调,接口默认代理到 http://test-api.example.comnpm run build:生产构建npm run build:test:测试环境构建可通过根目录下的 .env.development、.env.test、.env.production 分别调整端口、代理地址和接口前缀。