0.1.0 • Published 4 years ago

cloud-admin-test v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

cloud-admin

开箱即用的中台前端解决方案

文档

文档

demo

模板 demo

开发指南

  1. 开发基础模板功能

    请前往 cloud-admin-lite 进行开发,待开发完成后,前往该项目仓库,做以下处理

    git remote add template https://github.com/vusion-templates/cloud-admin-lite.git // 添加新的远端
    git fetch template // 拉取新远端
    git pull template master // 合并 template 仓库的代码
  2. 开发定制型功能

    则不必做上述操作