0.99.23 • Published 3 years ago

zzj-reactlib v0.99.23

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

zzj-reactlib

React Component 基础上精心封装的高质量 UI 组件。

##安装&运行启动

1.运行 npm reg-cn
2.运行 npm install
3.启动 npm run dev-demos
4.访问:localhost:8100/apps/demos/

##注意事项

  • 只支持React15
  • webpack已添加别名配置如下:
alias:{
    "yylib-ui": 'yylib-react/dist/yylib2', //新UI库
    "yylib-utils": 'yylib-react/dist/utils', //工具库
    "yylib-business": 'yylib-react/dist/business', //业务组件库
    "yylib-trd": 'yylib-react/trd' //第三方库组件库
}