Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 616 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 616 Bytes

umi-plugin-antchain-joinus

NPM version NPM downloads

Print antchain joinus info in console.

Install

# or yarn
$ npm install
$ npm run build --watch
$ npm run start

Usage

Configure in .umirc.js,

export default {
  plugins: [
    ['umi-plugin-antchain-joinus'],
  ],
}

Options

TODO

LICENSE

MIT