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 🙏

© 2024 – Pkg Stats / Ryan Hefner

fe-h5

v0.1.2

Published

基于Egg + webpack + gulp + zepto + commonjs等技术栈的一套适用于webapp、hybrid等业务的前端解决方案

Downloads

6

Readme

基于Egg + webpack + gulp + zepto + commonjs等技术栈的一套适用于webapp、hybrid等业务的前端解决方案

特点

服务端

  • [x] 服务端无缝继承Egg

浏览器端

  • [x] 支持模块化开发
  • [x] 支持ES6+语法
  • [x] 支持less
  • [x] 静态资源可发布到cdn
  • [x] 静态资源多版本共存
  • [x] 针对hybrid模式,native中可加载指定版本号的静态资源,默认加载最新的

工程化

  • [x] 支持代码规范检测
  • [x] 支持单元测试
  • [x] 集成browsersync,方便开发环境下实时调试
  • [x] 集成开发、测试、上线功能,执行对应的脚本即可完成

快速开始

Node.js: >= 6.0.0

准备工作

$ npm install -g yarn --registry=https://registry.npm.taobao.org
$ yarn config set registry https://registry.npm.taobao.org

开发

$ yarn install
$ npm run dev

部署

$ npm start
$ npm stop

npm执行脚本

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.