1.0.2 • Published 6 years ago

wodax-umi-plugin-block-dev v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

umi-plugin-block-dev

NPM version NPM downloads

A umi plugin for develop a umi block with umi

Usage

Configure in .umirc.js,

export default {
  plugins: [
    ['umi-plugin-block-dev', options],
  ],
}

And you can use create-umi to create a umi block automatically:

$ yarn create umi --block

Options

{
  layout: 'ant-design-pro',
}

env

  • BLOCK_DEV_PATH: custom block preview path
  • BLOCK_DEV_MOCK_UMI_REQUEST: package mock data to build result, for build static preview site

LICENSE

MIT