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

@gaonengwww/tiny-toolkit-pro

v1.2.2

Published

TinyPro Vue:开箱即用、前后端分离的 Vue 后台管理模板

Readme

TinyPro

All Contributors

TinyCLI 是一个跨平台的前端工程化 CLI 工具,为开发者提供一系列开发套件及工程插件,覆盖前端开发的整个链路,保证团队开发过程的一致性和可复制性。

TinyPro 是 TinyCLI 的一个套件,是一个开箱即用、前后端分离的后台管理模板。

特性:

  • 支持 NestJS 后端
  • 支持通过可视化方式配置菜单
  • 细粒度权限管理:角色、用户、菜单、组件权限
  • 支持多种构建工具:Webpack / Vite / Rspack / Farm
  • 多级菜单
  • 页签模式
  • Mock 数据
  • 主题定制
  • 国际化

官网:https://opentiny.design/vue-pro

一行命令初始化一个后台管理模板

请确保您安装了Node.jsNPMTinyCLI

tiny init pro

选择 Vue 技术栈,初始化完成后,项目结构应该为:

tiny-pro
  nestJs    # 后端服务
  web       # 前端服务

后端启动

后端服务支持 Docker 启动命令启动 两种方式。

Docker 启动

请确保您安装了 Docker

tiny-pro/nestJs 下执行以下命令,启动后端服务:

docker compose up -d

命令启动

请确保您安装了 MySQLRedis

在启动项目前请您做好如下检查:

  • MySQL 服务可以正常访问
  • Redis 服务可以正常访问
  • MySQL 中存在 .env 文件中 DATABASE_NAME 字段定义的数据库,且该数据库为空
  • .env 文件中 DATABASE_SYNCHRONIZEtrue

完成上述检查后,您可以在 tiny-pro/nestJs 下执行以下命令,启动后端服务:

npm i && npm start

前端启动

tiny-pro/web 下依次执行以下命令:

  • 安装依赖:npm i
  • 启动前端项目:npm start

更详细的文档请参考 TinyPro 官网:https://opentiny.design/vue-pro

维护者

添加官方小助手微信:opentiny-official,加入我们的技术交流群。

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!