https://github.com/thundersdata-frontend/umi-plugin-page-creator
基于UMI UI的代码生成插件,可以配置中后台管理系统、可视化大屏、移动端APP等项目和页面
https://github.com/thundersdata-frontend/umi-plugin-page-creator
react typescript umijs
Last synced: 6 months ago
JSON representation
基于UMI UI的代码生成插件,可以配置中后台管理系统、可视化大屏、移动端APP等项目和页面
- Host: GitHub
- URL: https://github.com/thundersdata-frontend/umi-plugin-page-creator
- Owner: thundersdata-frontend
- Created: 2020-04-29T10:23:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T01:54:57.000Z (about 4 years ago)
- Last Synced: 2025-03-28T03:41:21.352Z (6 months ago)
- Topics: react, typescript, umijs
- Language: TypeScript
- Homepage:
- Size: 2.5 MB
- Stars: 10
- Watchers: 4
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# umi-plugin-page-creator
[](https://npmjs.org/package/umi-plugin-page-creator) [](https://npmjs.org/package/umi-plugin-page-creator)
## Install
```bash
# or npm install
$ yarn add umi-plugin-page-creator -D
```## Development UI
UI mini start:
```bash
$ yarn watch
$ yarn start
```
## Usage
Umi会自动识别以umi-plugin-*开头的插件,并自动加载。不需要额外的配置
## LICENSE
MIT