endyui是个人制作的测试ui库
使用 npm 或 yarn 安装
$ npm install endyui --save
import {Button} from 'endyui';
https://yulongcs.github.io/endyui/
下载代码,npm安装,使用npm run storybook
即可获得本地文档。
git clone https://github.com/yulongcs/endyui.git
npm install
npm run storybook