Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.03 KB

File metadata and controls

36 lines (24 loc) · 1.03 KB

项目简介


平台简介

分支说明

  • ts分支(稳定发布主分支 生产可用)
  • dev分支(开发分支 开发过程中使用)

前端运行

# 克隆项目
git clone https://gitee.com/JavaLionLi/plus-ui.git

# 安装依赖
npm install --registry=https://registry.npmmirror.com

# 启动服务
npm run dev

# 构建生产环境
npm run build:prod

# 前端访问地址 http://localhost:80