whistle-component
v1.0.8
Published
appname: whistle-component ======= author: [email protected] =============================
Downloads
5
Readme
appname: whistle-component
author: [email protected]
项目依赖模块安装
npm run build
:构建文件
项目相关配置
开发完模块后在当前项目目录下运行num run build npm link
本地测试当前项目组件
随便进入一个测试项目运行:npm link whistle-component 如果不需要引用本地组件库测试,安装npm线上测试,可以删除link:npm unlink whistle-component
引用
例:import {EmptyView} from 'whistle-component';
上传npm(注意如果使用淘宝需要换掉npm源地址)
npm run build npm login npm publish
======================================================================================= 2020-09-04更新 [email protected] 更新内容:
- 新增Calendar, CardList, CombineMultiple, NewsDetail, Step, TableList, Timeline, Filtering, FilterResult组件
- 修改Loading,去掉weui
2020-09-07更新 [email protected] 更新内容:
- Filtering支持多选,支持最小最大时间设置以及其它Datepicker选项配置,支持重置功能
- TableList支持点击排序功能
- NewsDetail支持多行描述