Skip to content

umijs/umi-plugin-block-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

umi-plugin-block-dev

NPM version NPM downloads

A umi plugin for develop a umi block with umi

Layout

blankLayout

image

ant-design-pro

image

ant-design-pro-user

image

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', // or ant-design-pro-user
  menu: {
    name: 'demo',
    icon: 'home',
  },
  mockUmiRequest: true // whether to build mock data . _mock.js
}

env

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

LICENSE

MIT

About

A umi plugin for develop a umi block with umi.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •