gcdplatformfrontend
v1.0.0
Published
GCD Platform
Readme
前端运行
# 克隆项目
git clone https://github.com/fengminjing/platform-frontend.git
# 进入项目目录
cd platform-frontend
# 安装依赖
npm install
# 启动服务
npm run dev
# 构建测试环境 npm run build:stage
# 构建生产环境 npm run build:prod
# 前端访问地址 http://localhost:80