An open API service indexing awesome lists of open source software.

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等项目和页面

Awesome Lists containing this project

README

          

# umi-plugin-page-creator

[![NPM version](https://img.shields.io/npm/v/umi-plugin-page-creator.svg?style=flat)](https://npmjs.org/package/umi-plugin-page-creator) [![NPM downloads](http://img.shields.io/npm/dm/umi-plugin-page-creator.svg?style=flat)](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