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 🙏

© 2025 – Pkg Stats / Ryan Hefner

tlz-vue-components-lib

v0.0.14-alpha

Published

踏浪者vue公用组件库,工具库

Downloads

20

Readme

vue组件库开发

为了快速开发,把一些重复使用率高的组件独立出来了。只限于ui。不包括业务数据的抽取。

使用

import TlzVueComponentsLib from 'tlz-vue-components-lib'
import 'tlz-vue-components-lib/lib/theme-default/index.min.css'
Vue.use(TlzVueComponentsLib)

示例查看

npm run dev:examples

更新记录

0.0.13-alpha - 2018-01-19

HttpInterface.js 的 defaultNoAction 修改为没有对应的业务状态处理action的时候回调; notOkAction 只负责响应结果不为ok的状态都调用; 之前的notOkAction职责不太明确;如果有利用defaultNoAction处理默认提示等信息,需要注意下 有多次提示的则需要自己在notOkAction和defaultNoAction中任选其一进行提示,否则会重复提醒

0.0.11-alpha - 2018-01-19

修复AxiosHttp.js不能数组方式 多文件上传

0.0.10-alpha - 2018-01-11

HttpInterface.js: defaultNoAction 修改为只能在没有任意一个action的时候才触发

0.0.9-alpha - 2017-12-27

尝试打包工具类

0.0.8-alpha - 2017-11-16

修复组件install的时候报错;原因:install的时候没有过滤掉install这个function函数,也按照组件调用vue的注册方法了

0.0.7-alpha - 2017-11-11

0.0.6-alpha发布之后发现不是因为Object.assign的原因,可能是打包插件的问题?每次打包name的命名都有可能不一样

0.0.6-alpha - 2017-11-11

修复组件install的时候报错,install的name为p,原因Object.assign(VueComponentsLib, {install: install})代码导致install function的name属性变更为p;

插件发布到npm社区

  1. www.npmjs.org 注册自己的账户
  2. 添加账户注册的信息
$ npm adduser
Username: your name
Password: your password
Email: yourmail

可以通过以下命令查看npm当前使用的用户:$ npm whoami

  1. 推送到npm社区
进入插件所在目录,
npm publish
  1. 卸载一个模块
npm uninstall
  1. 撤销一个发布
npm unpublish 模块@版本
如:
npm unpublish [email protected]

版本撤销之后只是不会显示了,但是还是能下载到