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

iview-layout-themes

v0.6.99

Published

基础开发组件平台

Downloads

110

Readme

2019hdadmin

项目主要目的是搭建一套干净的pc端管理页面,增加基础的eslit语法校验,iview组件,封装axios,mock,vue-roter,vuex。实现基础的登录,菜单显示,面包屑导航,退出功能。可以在这个基础上开发新的项目系统
//TODO 下一步会把常用的功能 封装成插件用npm install 加载下来,直接维护插件功能。

使用说明文档参考如下

https://www.kancloud.cn/star409964/iview-admin/1169125

###更新说明 #####0.2.0更新说明 更新了菜单由接口调用,如果菜单是写死的需要用0.2.0之下的版本**** #####0.3.6更新说明 1.更新iview组件到4.0,所有使用本项目的功能需要更换4.0的组件 2.从新封装图片上传组件,让这个组件适合自动生成 3.增加wl-upload-imgs组件,支持oss接口,支持minzheng图片上传接口,增加回调显示方式 #####0.4.7更新说明 1.对wl-upload-oss-files增加php本地上传的支持 2.对iview的upload组件特别说明,如果default-file-list绑定的变量和最后返回的变量如果有关系的话,传递多张文件的时候会存在只显示第一张的小bug,需要2个变量分开,或者在回调的时候等待所有的ajax都调用完毕后在进行回显 #####0.4.8更新说明 1.vue-model-form支持wl-upload-oss-files表单组件 2.vue-model-form 支持插槽,可以自定义formItem组件 #####0.6.1更新说明 1.修改了权限系统相关操作,适用最新的版本java权限功能 2.如果使用此版本,需要引入最新的sc版本1.0.2java架包 3.用admin账号登录可以不受权限的限制 4.使用功能说明可以在控制台中查看 5.对机构管理增加了参数和扩展功能,详情查看文档说明 #####0.6.31更新说明 1.增加系统设置中,菜单可以设置跳转的窗口 #####0.6.32更新说明 1.升级vxe-table组件 #####0.6.33更新说明 1.添加vxe-table-plugin-iview组件 #####0.7.75更新说明 1.修复扫码登录的时候存在的问题