Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 716 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 716 Bytes

umi-plugin-fast-create

NPM version NPM downloads

Install

# or yarn
$ npm install

Development UI

UI mini start:

$ npm run build --watch
$ npm run start

Usage

Configure in .umirc.js,

export default {
  plugins: [
    ['umi-plugin-fast-create'],
  ],
}

Options

TODO

LICENSE

MIT