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 🙏

© 2026 – Pkg Stats / Ryan Hefner

vue-leng

v0.1.5

Published

一个不断积累的package

Readme

介绍

Vue常用方法及组件,基于Vue3 gitee地址 npm地址

vue-leng的Demo地址

依赖项

  1. 📦Vue3.2.33 详细
  2. 📦Axios 详细
  3. ☑️jQuery 详细
  4. ☑️Mock 详细
  5. ☑️moment 详细
  6. ☑️lodash 详细

安装

yarn

yarn start

icon说明

  • 特性:✨
  • 定义:🛡
  • 设计:⚙️
  • 链接:🔗
  • 贡献:🤝
  • 赞助:❤️
  • 互助:👥, 社区
  • 安装:📦, 开箱
  • 风格:🌈🎨, 主题
  • bug:🐞, 修复
  • 优先:🔥, 重要
  • 支持:🆕, 配置
  • 优化:⚡️🚀, 属性
  • 调整:💄, 原有
  • 暴露:🤖, 方法
  • 重构:🛠, 组件
  • 全新:🌟, 新增
  • 迁移:⚠️, 警告
  • 废弃:🙅, 删除
  • 全球:🌍🌐, 多语言
  • 可选:☑️
  • 升级:⏫
  • 放假:🎉, 不coding,就没有bug^_^

里程

2022-11-22
  1. 🌟BEM 命名规范: module -> tbOrder
  2. ⏫update iconfont
2022-11-07
  1. ⏫zconfig, jump, tool v2 -> v3
  2. ⏫update utilStorage
  3. 🆕新增prototype_expand, 原型扩展
  4. 🆕新增map方法
  5. 🆕新增js-base64, js-cookie, jsonp
  6. 🆕加载iconfont, config -> init
2022-11-04
  1. 💄common -> utils
  2. 🙅移除vfilter方法
  3. 🌟加载iconfont
  4. 🌟导出图标加载
2022-10-08
  1. 🐞导出的组件.vue 后缀加上,不然vite不识别,后续vuecli也不再支持不加后缀的文件匹配
  2. 🆕增加mock数据
  3. 🙅移除Vuetify
2022-10-08
  1. ⏫npm -> yarn
  2. ⏫Vue2.x -> Vue3.x
  3. ⏫node-sass -> dart-sass(注: @use "sass:math"; 类似的属性需要写在最顶层'详细')
  4. ⏫升级依赖版本
  5. 🆕typeScript
  6. UI搭建转移至vue-leng-demo
2021-03-12
  1. IOS适配样式及rem, 1rem:20px(750稿)
  2. 📦引入vconsole
  3. 🌟倒计时组件
  4. 🌟时刻表卡片组件
2021-02-25
  1. 🆕删除别名引用
  2. 🆕导出组件及方法
2021-02-24
  1. 🆕划分组件目录: 通用组件 业务组件
  2. 🆕定义全局组件zvg(svg封装)
  3. 📦引入UI库
2021-02-10 ~ 02-21
  1. 过年放假🎉🎉
2021-02-02
  1. 🌟封装localStore, session, 均带销毁时间
  2. 🌟挂载通用方法,$tool,$config,$jump,$
  3. 📦挂载包依赖,lodash,moment
  4. 🤖初始化mobile键盘弹出问题方法
2021-02-01
  1. 🌈Sass换肤及主题配置
  2. 🌟挂载通用变量
2020-07-16
  1. 🌟增加全局时间过滤filter
  2. 🌟增加浏览器存储方法
  3. ⚙️Vuex目录细分
  4. 🤖增加Mock请求拦截,自定义指定,拦截接口
2020-07-15
  1. 🌟增加通用方法utils
  2. 🌟增加dom操作
  3. 🌟增加time操作引用moment
  4. 🌟增加计算类:Calculate
  5. 🌟增加校验规则
2020-07-14
  1. 🎨Scss文件及默认风格划分
2020-07-13
  1. 🙅删除public下外部引用包
  2. 🙅Less改为Scss
  3. 🌟增加json和Mock
  4. 🌟增加Scss换肤
2019-10-09
  1. ⚙️目录结构及划分