jqxismygit / umi-plugin-auth

auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

umi-plugin-auth

NPM version NPM downloads

auth

Install

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

Usage

Configure in .umirc.js,

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

Options

TODO

LICENSE

MIT

About

auth


Languages

Language:TypeScript 90.3%Language:CSS 9.7%