0.0.6 • Published 4 years ago

mayui v0.0.6

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

如何使用

使用 npm 或 yarn 安装(推荐)

# npm
npm install mayui --save

# yarn
yarn add mayui

按需加载

使用 babel-plugin-import

  // .babelrc or babel-loader option
  {
    "plugins": [
      ['import', {
        libraryName: 'mayui',
        style: true,
      }],
    ]
  }
import { Button } from 'mayui';