Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

umi-plugin-githubpages

chenshuai214423MIT2.0.1

This plugin is for father's better deployment on github pages

readme

umi-plugin-githubpages

NPM version NPM downloads

This plugin is for father's better deployment on github pages

Install

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

Usage

Configure in .umirc.js,

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

LICENSE

MIT