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

tuffy-mui

v1.40.3

Published

A Vue.js project

Readme

tuffy-mui介绍(1.3.5)

1. tuffy-mui是干什么的

tuffy-mui,是一款基于vant进行二次封装的ui框架,主要致力于移动端admin项目开发。它的好处是基于配置的开发,快速高效。用一系列解析器解析后端接口。框架默认已经有一套解析器列表,开发者可以根据自己需要进行解析器重载,每个解析器都是异步处理。可以使用配置页面,也可以自定义页面进行开发。

2. 起步

请下载tuffy-madmin项目(目前只对内开放,外网开放会等些日子,请见谅,我们会尽快开放),然后进入根目录执行

> npm i
> npm i node-sass node-gyp -D

3. 目录结构

|--tuffy-mui
	|--build/ webpack打包目录
	|--config/ webpack配置目录
	|--src/
		|--api/ 项目业务api请求目录
		|--compontents/ 项目自定义组件
		|--parsaer/ 重载解析器列表
		|--views/ 自定义页面目录
		|--App.vue 项目根组件
		|--main.js 入口文件
		|--tu-app.js 项目配置文件
	|--static/ 静态文件目录
	……

4. 兼容性

tuffy-mui是基于Vue.js v2.* 开发,不支持IE8及以下版本,因为Vue使用了IE8无法模拟ECMAScript5特性。但它支持所有兼容ECMAScript 5 的浏览器

5. 图标库

tuffy-mui使用的字体库是fontawesome,添加字体时忽略fa fa-

开始

01. 配置文件

02. 初始化入口

03. 系统句柄

04. 组件使用

05. url打开页面