1.0.14 • Published 2 years ago

@chentiyun/y-ui v1.0.14

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

y-ui

react 的UI框架,使用ts创建

https://tiyunchen.github.io/y-ui/badge

yarn start

本地开发环境启动

yarn run build:doc

文档生成

yarn run build

组件库构建

yarn run new

创建新的组件

项目内按需引入:

npm install babel-plugin-import -D

.babelrc plugins 添加

["import", {
        "libraryName": "你导入的UI库name",
        "style": "css"
 }]