Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 736 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 736 Bytes

endyui

endyui是个人制作的测试ui库

npm npm bundle size npm Coverage Status

安装

使用 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