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

erp-feige-items

v0.2.7

Published

## erp 插件

Downloads

78

Readme

erp-plugin-items

erp 插件

必备环境

非第一次开发可跳过

安装 yalc 用来管理 npm 流程

# yalc 可以在本地将npm包模拟发布,将发布后的资源存放在一个全局存储中。然后可以通过yalc将包添加进需要引用的项目中。
# NPM:
npm i yalc -g

安装 nodemon 来解放双手

npm i -g nodemon

安装本项目依赖

npm install     # 安装项目依赖

本项目启动

npm run watch      # 由 nodemon 接管更新

飞鸽相关文档

到飞鸽容器联调

yalc link erp-feige-item  # 链接包

npm run start		# 启动容器项目

联调网站:飞鸽网页端

飞鸽客户端下载地址:客户端 (注: 暂时不支持使用客户端联调)

公司:小花测试 账号:zizi 密码:TEST1234test

发布

npm run pub     # 将本项目发布到 npm

yalc

img_1.png

工作流程

img.png

利用发布系统发布成 WEB 服务

  • example 目录存放了一个 React 项目, 作为容器承载插件
cd example
npm run build