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 🙏

© 2025 – Pkg Stats / Ryan Hefner

generator-mpvue-project

v1.5.6

Published

Yeoman generator of mpvue project

Readme

generator-mpvue-project

A yeoman generator of helping to init your mpvue project

基于 mpvue 开发小程序项目的脚手架

可直接进ts-example目录查看生成的项目示例

  • [x] 支持 JS/TS 工程选项,TS 时提供 Typing 智能感知,更好的类型提示
  • [x] 支持 API mock 功能,开发时可选使用本地 JSON mock 数据或单独的 API 服务器数据
  • [x] 提供通用能力抽象,如 request 库,promisify 话的 wx API,token 以及业务数据持久化的 Store,emitter 跨页面通信等用户只专心写 pages 即可
  • [x] 集成众多的工程开发最佳实践: eslint/tslint 代码检查 prettier 代码格式化 lintstaged 和 pre-commit 做 git 钩子完成上述任务

** 原生组件依赖解析支持 **

在 main.js 中通过usingComponent指定原生方式编写的小程序组件 NPM 包名,构建时会自动解析组件包,以及组件包的依赖

Screenshots

Screenshot1

Screenshot2

Screenshot3

Screenshot4

Screenshot5

Install

npm install yo -g
npm install generator-mpvue-project -g

Usage

yo mpvue-project