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

mvproject

v1.0.32

Published

web前端开发环境初始化工具

Readme

mvproject

web前端开发环境初始化工具

通过 NPM 安装 mvproject

sudo npm install -g mvproject

命令

install

安装项目初始化方案, 默认值: webpack1

使用: mvproject install [project name]

例子:

创建项目目录: mkdir project.com

切换到项目目录: cd project.com

初始化项目方案: mvproject install webpack1

执行webpack处理: webpack --watch
如果没用安装 webpack请先安装webpack: sudo npm install -g webpack

install 已有的配置方案

  1. webpack1: webpack + HtmlWebpackPlugin(动态模板)

安装源: https://github.com/openjavascript/mvproject.project.webpack1

  1. webpack2: webpack + HtmlWebpackPlugin(动态模板) + css less(动态css)

安装源: https://github.com/openjavascript/mvproject.project.webpack2

  1. webpack3: 开发中...

安装源: https://github.com/openjavascript/mvproject.project.webpack3

  1. webpack4: webpack + css less(动态css)(静态模板)     安装源: https://github.com/openjavascript/mvproject.project.webpack4

  2. webpack5: 开发中...

安装源: https://github.com/openjavascript/mvproject.project.webpack5

update

更新 bower.json 和 package.json(更新 npm 模块将优先使用 cnpm 更新源环境,如果有的话...)

使用: mvproject update

stc

安装stc编译环境, 只在内网可用, 该命令会判断当前目录的上级目录是否有 stc 目录, 如果没用会自动下载并安装stc环境

使用: mvproject stc

build

通过燕尾服发布脚本(build.sh)发布静态内容到CDN

使用: mvproject build