This is a formily admin management background. You can choose Vue2/React and Element UI/Antd UI combined with axios & iconfont & lint, which are necessary to build the backend.
The functional examples come from the vue-element-admin project. This warehouse just uses @formily related libraries to replace some of the common functions. The component classes are all provided by the functional example project.
[email protected]
webpack@^4.41.5",
# 克隆项目
git clone https://github.com/wangwangtou/formily-admin-template.git
# 建议不要直接使用 cnpm 安装以来,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npmmirror.com
# 进入mock目录
cd formily-admin-template/mock
# 安装依赖
npm install
# 进入项目目录
cd formily-admin-template/vue2
# 安装依赖
npm install
# 启动服务
npm run dev
Browser access http://localhost:9527
# 克隆项目
git clone https://github.com/wangwangtou/formily-admin-template.git
# 建议不要直接使用 cnpm 安装以来,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npmmirror.com
# 进入mock目录
cd formily-admin-template/mock
# 安装依赖
npm install
# 进入项目目录
cd formily-admin-template/react
# 安装依赖
npm install --force
# 启动服务
npm run start
Browser access http://localhost:3000
The react project contains formily-designable examples. You can use designable to modify the page in the project. The modified schema is saved in memory. You can view the updated page after returning to the page.
The current plan is to use React to complete the designer part, and then load it into Vue through systemjs.
MIT license.
Copyright (c) 2017-present wangwangtou