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

h-application

v2.1.2

Published

web,web-application,application,module,web-module

Downloads

455

Readme

Getting Started

install

    npm i h-application -g

init project

    h-application --name helloword

install dependence

    cd helloworld
    npm install

start server

    npm run start
    //run debug server
    npm run start-debug

build

   npm run build
   //只编译webpack
   npm run compile
   //clean
   npm run clean

帮助

h-application是一个快速搭建web应用的cli,框架主要基于模块和应用,模块和应用中包含组件、指令、依赖的资源,每个模块和应用可分布式部署, 框架包含一个模块和应用分析工具,自动分析出当前页面的模块、应用依赖情况,可方便的了解到模块和应用的重复依赖。

合并加载资源 /[[myChunk.js/ "a.js", "b.js" /]]/ a.js与b.js将会合并为myChunk.js,如没有指定合并后名称,将随机生成文件名称