0.0.18 • Published 7 years ago

custom-antd v0.0.18

Weekly downloads
51
License
-
Repository
github
Last release
7 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

7 years ago

0.0.17

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago