1.0.2-8 • Published 2 years ago

tbfe-time-picker v1.0.2-8

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

Available Scripts

AntdRangePicker 和 SemiRangePicker 基础配置相同,其他配置请参考官网文档

1.0.2-7 增加功能: 默认显示七天支持禁用,disabledDefaultVal 时间快捷搜索支持自定义,增加 userPresets 用于替换原先的 presets userPresets 结构参照 tbfe-time-picker/es/components/TimePicker/constant {text:'2 小时',start:Date.now(),end:Date.now()}

In the project directory, you can run:

开发模式 打开 http://localhost:3000访问。

npm start

打包整个包

npm run build

编译 es 包,提供按需加载功能

npm run compile

调试文档

npm run styleguide

打包文档

npm run styleguide:build

分析 bundle 包

npm run analyze

修改后重新发布 npm 包

1 npm run build 2 npm run compile 3 npm publish