0.0.18 • Published 6 years ago

custom-antd v0.0.18

Weekly downloads
51
License
-
Repository
github
Last release
6 years ago

custom-antd

#一、 what 单独 fork ant-design-2.7.0中的select组件

custom-antd,来自ant-design 官网

因 无法fork ant-design 2.7.0版本,故上传从 https://github.com/ant-design/ant-design/releases?after=2.7.1 下载 2.7.0 版本,各位看友周知;

另外,可以参看 https://github.com/ant-design/ant-design/tree/2.7.0

MySelect 既是对原生 /ant-design-2.7.0/components/select/index.tsx 的单独包装;

custom-antd.d.ts

export { default as Select } from '../components/select';

#二、 how

打包 走 tsc,不走webpack;

在package.json 中更改对应的 版本号,然后 在工程根目录下 执行 npm tsc,最后再执行 npm publish 发布到 npmjs上;

0.0.18

6 years ago

0.0.17

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago