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

@ideagays/pandora

v1.0.1

Published

[前端研发工作台](https://ideagay.github.io/pandora-doc/)

Downloads

48

Readme

pandora

前端研发工作台

为什么?

  • 大量页面同质化,重复开发浪费成本,复制黏贴麻烦。
  • 一般公司前端人员配比不足以满足所有前端页面的开发工作,中后台页面开发一般交给后端人员,语言不熟悉,样式编写困难,开发一个表单页面花上3天,效率低。
  • 个人的业务最佳实践方案没办法共享。

每个公司一般都会有自己的技术积累,自研的组件库,最佳开发实践等等,把这些积累集中起来,我们称之为物料,按照颗粒度划分,物料可以分为区块(页面的一部分或者完整的页面),组件(基础组件和业务组件),模板(包含基础功能的工程模板)。

参考了umi ui和vue ui,自研一个工作台Gui

功能特性

  • 物料市场:
    • 集成ant-design物料
    • 自定义私有物料
    • 物料一键下载,告别繁琐
  • 物料开发,私有物料集成
  • 项目管理
  • npm script 脚本运行
  • 依赖管理
  • 日志输出
  • 框架无关

TODO

  • 组件开发模板
  • 工程模板
  • Vue 移动端物料仓库

界面展示

物料市场

安装

yarn global add @ideagays/pandora

安装完成之后, 执行pandora -v 验证,如提示未找到命令,新开一个终端窗口重试

使用

注意:使用前请先配置github的ssh key

#启动ui
pandora ui

#获得更多命令使用帮助
pandora -h