0.1.9 • Published 4 years ago

@neil_yiu/neo-ui v0.1.9

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

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