1.0.2 • Published 6 years ago

my-aui v1.0.2

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

my-aui

简体中文 | English

起步

文档入口页面

可以用star来鼓励一下作者么?

📦 安装

npm install my-aui  or yarn add my-aui  

🔨 使用

import { Button } from 'my-aui';
ReactDOM.render(<Button />, mountNode);

⌨️ 开发

clone locally:

$ git clone https://github.com/forchange-aui/my-aui.git
$ cd my-aui
$ npm install
$ npm run start