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

car-park

v0.1.10

Published

基于行云系统对部分模块进行封装

Downloads

107

Readme

基于行云封装的npm包

1.在场车管理 2.固定车管理 3.黑名单管理

项目中使用

1.main.js入口文件中引入行云npm包 2.import 包 3. 页面中使用 npmParams:{ // 必须,当前要展示的组件【inParkCar(在场车管理);2.fixedCar(固定车管理);3.blackList(黑名单管理)】 currentComponent: "", // 车场名称 parkName: ""
}

注意

注: 1.根据服务器ip不同来区分调用行云和管家云后台api【目前包中所使用api和行云之前的结构一模一样】 2.vuex公用【可能行云中的变量,管家云中没有的话需要补充完整】 3.行云的全局依赖可能存在管家云没有的情况,所以需要打入到包中。(理论上components|utils中的代码要和行云主项目中的保持一致) 4.包中的组件引导都使用相对路径【因为最终下载包是放在node_modules中,如果不用相对路径,而使用@/views|@/src等路径的话,会导致引用组件异常】 5.这次行云封装的包【黑名单-编辑(目前注释掉了)】有用到依赖lodash,如果要开启此功能要么管家云也要对应安装此依赖包,要么改用其他写法(不用lodash)实现此功能。 6.行云运用到的第三方依赖dayjs|xlsx,管家云要对应安装 7.行云业务组件样式文件引入,样式可能冲突=>放到封装的根组件中引入样式文件【不能用scoped,增加s-iot根类名来做css隔离。 8.在哪个项目工程中使用,需要在对应项目的window【目前放在request.js中】增加applyApp=> "erp"(erp工程项目)| "iot || 不增加此属性"(行云工程项目) [email protected],升级版本后会导致import导入异常,此依赖版本安装需慎重。