wetrial-plugin
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: [
['umi-plugin-wetrial-plugin', options],
],
}
Options
TODO
LICENSE
MIT