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

ezdev-pcview

v3.3.96

Published

PC端开发框架

Downloads

81

Readme

#PCview PC端开发框架,基于webpack进行构建,采用arttemplate实现页面渲染。

#开发说明

  • 界面测试后台服务配置信息如下 地址:192.168.1.90/home/system

#开发准备

  • 安装ezdev-pcview库,请在项目目录下创建NPM package.json文件,内容如下,然后执行npm install: { "name": "demo", "version": "1.0.0", "description": "演示", "scripts": { "build": "webpack --colors --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "license": "ISC", "devDependencies": { "art-template-loader": "^1.3.0", "webpack": "^2.4.1" }, "dependencies": { "ezdev-pcview":"^3.0.1" } }

  • 其他依赖都是全局依赖,具体请看showcase演示中的index.html文件。

#升级说明

  • webpack升级到3.6.0

  • store.js由1.3升级到2.0.4

  • 去除对路由director.js的依赖,以锚点事件来代替本功能增加路由地址灵活性。

  • 去除e-options属性,采用url查询参数的方式替代。

  • 修改属性e-handler为e-event,其值命名规则如:e-event=href:/showcase/curd/index?tpl=index&url=/curd/users

  • 重新定义路由规则,并对相应接口重新实现。

  • 默认菜单模板不满足需求时可以通过Application中的menuTpl属性设置。

  • 增加模块导入功能。

#发布信息 user:antbee psw:zfs15550003358 email:[email protected]