3.9.158 • Published 2 years ago

ejclib-react-test v3.9.158

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

ejclib-react

益企工程云前端开发

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

安装

NPM

注意事项

  • 只支持React15
  • webpack需要添加别名
alias:{
    "ejclib-ui": 'ejclib-react/dist/ejclib2', //新UI库
    "ejclib-utils": 'ejclib-react/dist/utils', //工具库
    "ejclib-business": 'ejclib-react/dist/business', //业务组件库
    "ejclib-trd": 'ejclib-react/trd' //第三方库组件库
}