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

crm-plugins

v1.0.1

Published

安装[Node](https://nodejs.org/)(>0.10.x),安装自带npm。

Downloads

1

Readme

#瓜子后台管理系统

##支持IE9及以上版本

##requirement

安装Node(>0.10.x),安装自带npm。

第一次需要安装开发环境依赖

$ npm install

每次开发前执行

npm run dev

以监测文件变化,执行编译。

正式环境执行

npm run build

打包工具:webpack

##别名

guazi-react-redux,对于路径'/redux/guazi-react-redux.js'

components,对于路径'/components/components.entry.jsx'

guazi-redux,对于路径'/redux'

##目录结构

|- bulid (正式环境的入口文件)
|- components (存放组件)
  |- components.entry.jsx (所有组件的集合)
  |- utils.jsx (公共方法)
  |- components.less (公共样式文件)
  |- dependencies.less (所有less文件的集合)
|- redux (数据状态变更)
  |- guazi-react-redux (数据集合,Middleware)
|- static (静态文件)
  |- css (引入外部样式插件)
  |- image (图片)
  |- js (引入外部js)
|- temp (开放环境入口文件)
|- WEB-INF
  |- webview.html (模板文件)
|- package.json
|- webpack.config.js (正式上线打包配置文件)
|- webpack.dev.config.js (开发环境打包配置文件)

#命名规范

id名,类名:guazi-class
组件名:大驼峰命名