Skip to content

wetrial/wetrial-ui-plugin

Repository files navigation

wetrial-plugin

NPM version NPM downloads

wetrial

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: [
        ['wetrial-ui-plugin', options],
    ],
}

Options

TODO

LICENSE

MIT