1.9.8 • Published 6 years ago

antd-repackage v1.9.8

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

antd-easy

基于ant-design封装的业务组件,涉及表单校验、错误提示等复杂交互。技术底层为React.js

作为第三方库使用

基于 antd@2.7.* 版本

安装

npm i antd-easy --save

通过 import 方式引入

import FormItemInput from 'antd-easy/lib/FormItemInput';
import FormItemSelect from 'antd-easy/lib/FormItemSelect';
...

或者

import { Input, Select, FormItemInput, FormItemSelect } from 'antd-easy';
...

本地查看demo演示

准备,clone 并安装依赖

git clone git@github.com:tt-ghost/antd-easy.git
cd antd-easy
npm i

启动

启动服务端,用于返回示例文件源码,默认启动 3100 端口

npm run server

执行以下代码运行前端代码,成功后访问 http://localhost:9100

npm start
1.9.8

6 years ago

1.9.7

6 years ago

1.9.6

6 years ago

1.9.5

6 years ago

1.9.4

6 years ago

1.9.3

6 years ago

1.9.2

6 years ago

1.9.1

6 years ago

1.9.0

6 years ago

1.8.9

6 years ago

1.8.8

6 years ago

1.8.7

6 years ago

1.8.6

6 years ago

1.8.5

6 years ago

1.8.4

6 years ago

1.8.3

6 years ago

1.7.3

6 years ago

1.7.2

6 years ago

1.7.0

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.9.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.4.0

6 years ago