umi-plugin-application

application

Usage no npm install needed!

<script type="module">
  import umiPluginApplication from 'https://cdn.skypack.dev/umi-plugin-application';
</script>

README

umi-plugin-application

NPM version NPM downloads

application

Install

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

Usage

Configure in .umirc.js,

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

Options

TODO

LICENSE

MIT