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

hundun-venus

v1.0.0

Published

前端基础模版框架

Downloads

1

Readme

front

前端基础模版框架

######################## 更新日志 ########################

Version 1.0.0

Date 2021/7/29

  1. 新增上传组件封装
  2. 修改/store/user.js 文件中getMenu方法,在解析二级页面时出现重复问题
  3. 无权限页面增加点击logo返回门户首页

Date 2021/7/30

  1. 新增tooltip组件,有省略号时出现提示
  2. http response中新增返回流类型判断
  3. libs/util.js中新增download下载公共方法
  4. libs/util.js中新增conversionPY汉字转全拼与简拼
  5. 新增v-select-py组件,可根据输入拼音进行查找对应中文
  6. 修改main.vue文件中平台获取方式

Date 2021/8/2

  1. v-container,v-resetPwd已知bug修复
  2. validateInput方法密码校验规则修改

Date 2021/8/3

  1. v-select-py增加是否合并成一个tags参数collapseTags
  2. v-select-py增加超长文字tooltip提示
  3. v-tooptip新增placement位置参数和effect主题参数
  4. variable.less中线条颜色@color-line-light修改
  5. 修复切换颜色时导航栏显示问题
  6. 新增v-tree-drag拖拽组件
  7. v-empty中新增slot
  8. 样式调整

Date 2021/8/4

  1. 路由权限修改 - router文件 1.1 新增staticRouter文件,存放静态路由 1.2 新增routerTree文件,存放动态一二级路由 1.3 新增pseudoRoute文件,存放一二级路由下面跳转详情页等路由 1.4 新增accessedRoutes文件,根据动态获取路由去匹配存放路由,并剔除无效路由,然后重新生成新路由

Date 2021/8/5

  1. 新增分页组件,出现滚动条时,分页组件自动固定底部
  2. index.less文件样式修改

Date 2021/8/12

  1. 已知bug修复
  2. 添加红色,蓝色公共样式

Date 2021/8/24

  1. 新增upload-btn
  2. 已知bug修复

Date 2021/9/8

  1. preventReClick中新增按钮点击后取消hover停留问题
  2. 退出登录修改为后端退出
  3. 修改密码界面样式调整
  4. 修复菜单刷新时定位问题
  5. 修改上传图片多图片时样式问题
  6. 顶部导航栏选择平台修改

Date 2021/9/14

  1. 新增注册方法privilege,按钮权限,使用方法v-privilege="'alarm_push_edit'",影响文件store/modules/user.js
  2. 密码校验规则调整