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

pv-cli

v0.0.16

Published

this is a vue project cli

Downloads

80

Readme

pv-cli

  • 官网https://yiyibao.github.io/pv-cli/

简介

这是一个简单的vue项目的初始化工具,满足多中业务的需求,特别是可以把多个不相关的h5页面集成到一个项目

安装下载

  • npm i pv-cli -g

ps:如果报错,node-sass不能正常安装,尝试npm install pv-cli --unsafe-perm=true --allow-root -g

快速开始

pv与pv-cli都是初始化项目的命令pv init <project-name> <type>

示例:

pv init my-project simple 或者pv-cli init my-project simple

pv info可查看支持的type值

type值:

simple为vue+webpack4的简单项目,适合简单项目;
module是多模块的项目,适合中等大小的项目;
Integrate是module项目的集成,适合多个前端小项目集成到一个项目.
webpack4是开发版本的模版;

交流 & 提问

  • 提问:https://github.com/yiyibao/vue-simple-project/issues

关于作者

  • 个人博客 http://www.cnblogs.com/yiyi17/