0.1.1 • Published 3 years ago

@vortex-ui/vtx-ui-antd4 v0.1.1

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

vtx-ui-antd4

基于ant-design封装的 UI 工具

安装

# Install
$ npm install @vortex-ui/vtx-ui-antd4
#或者
$ yarn add @vortex-ui/vtx-ui-antd4

重要必读

  1. 这个包不包含vtx-ui全部组件。鉴于使用频率低和antd4日渐完善,以下组件不在此包中:VtxDateVtxTreeVtxTreeSelectVtxZtreeVtxZtreeSelectVtxRpsFrame
  2. 非完全测试。有问题提issue
  3. 地图相关组件依赖jQuery,使用前请确保已经全局引入jQuery

文档

安装包后到node_modules里查看。或者参考vtx-ui的文档(稍微有点不同)。

使用方式

参见vtx-ui。此包引入的名称是@vortex-ui/vtx-ui-antd4

测试

  1. 进入demo目录
  2. 安装依赖
  3. npm link ../
  4. 如果3失败了,返回此目录,执行npm link,完成后再进入demo目录,执行npm link @vortex-ui/vtx-ui-antd4

License

MIT