This website works better with JavaScript
Home
Explore
Help
Register
Sign In
CRBC-MaaS-Platform-Project
/
LQAdminFront
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
9b780fc571
Branches
Tags
dev
LQAdminFront
/
README.md
README.md
532 B
History
Raw
LQAdminFront 快速启动指南
🚀 快速开始
1. 构建镜像
```bash
进入前端项目目录
cd LQAdminFront
npm run dev-local
3. 访问应用
开发环境
:
http://localhost:3000
测试环境
:
http://localhost:3001
生产环境
:
http://localhost
📁 文件说明
文件
说明
.env.dev-local
本地开发环境配置
.env.dev
开发测试环境配置
.env.test
测试环境配置
.env.prod
生产环境配置