0.1.4 • Published 5 years ago

umi-plugin-swagger-doc v0.1.4

Weekly downloads
5
License
MIT
Repository
-
Last release
5 years ago

umi-plugin-swagger-doc

NPM version NPM downloads

generate services, mock data and enums from swagger

Install

# or yarn
$ npm install

Development UI

UI start:

$ npm run build --watch
$ npm run start

UI mini start:

$ npm run build --watch
$ npm run start:mini

Usage

Configure in .umirc.js,

export default {
  plugins: [
    ['umi-plugin-umi-plugin-swagger-doc', options],
  ],
}

Options

TODO

LICENSE

MIT

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago