npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

hbte-saas-ui

v1.6.2

Published

``` 安装和升级使用以下同一条命令 npm i hbte-saas-ui --save ```

Downloads

204

Readme

hbte-saas-ui

安装升级说明

安装和升级使用以下同一条命令
npm i hbte-saas-ui --save

说明

组件写到 /package 下的文件夹里,每个组件单独新建文件夹。文件夹内容参考HB-ButtonBar组件
 APP.vue 中可按照样例配置路由自行导入自己编写的组件测试
 npm run lib  打包成项目需要的组件库
 npm run serve  本地测试组件
有问题叫梅神 =_=
铁律1:组件中的数据通过props传入,不要在组件中写mock数据,想想element
铁律2:汉堡UI可以在使用的时候进行额外的配置, 但是要保证可以开箱即用,配置不是必须的,想想element
铁律3:命名规范已经调整了很多,完全参照element的命名与文件结构,以后的迭代, 一个字母的大小写都不允许错!
铁律4:组件的html和样式必须分离
铁律5:examples为组件使用示例,示例的mock数据有专门的文件夹, 大数据mock请使用for循环创造
铁律6:主导航的数据mock为各个组件的示例路由

更新记录

记录比较重要的更新内容

v1.0.3

  • 重写了 elementUI 的 cover 样式
  • toolGroup 组件支持按传入按钮顺序显示

v1.0.4

  • 增加表格 select 及其他事件的抛出

v1.0.5

  • 修复 el-form-item 内的 input 会撑出 1px 的问题
  • 分页器样式、功能调整
  • 表格增加单元格添加部分便利持久显示单元格配置 keepEdit、表格支持行校验、全表校验及表格样式调整(尚未在业务项目测试)
  • 高级查询支持自定义 bind 属性传入、支持传入 rules 进行校验
  • 人员部门选择组件(demo 版本,暂不能使用)
  • 公共样式微调
  • 表格优化,分页器 bug 处理
  • 增加部门人员组件