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

owcp-old-workorder

v0.1.112

Published

## 1、项目概述

Downloads

2

Readme

项目说明

1、项目概述

owcp-old-workorder 是公司内部基于 jQuery(主)、Vue(次) 开发的移动端“移动工单”项目,所属移动产品线,嵌入云外勤 3.0 框架。其中包括我的任务、总览、派工、抢单、创建工单等相关页面。

2、负责人

...

3、git 地址

通过终端(命令行)克隆到本地,使用 ssh

git clone ssh://[email protected]:10022/web/cloudwork/owcp-old-workorder.git

或者使用 http

git clone http://gitlab.eslink.com/web/cloudwork/owcp-old-workorder.git

4、本地调试

克隆成功,通过终端打开目录

cd owcp-old-workorder

切换 npm 源

npm config set registry http://npm.eslink.cc

安装 jQuery 模块依赖

npm install

进入 Vue 模块安装依赖

 cd src/bjinformation/
 npm install

回到项目根目录执行打包命令

./package_all.sh Environment_Test Platform_App

或者

./package_all.sh Environment_Develop Platform_Wechat

生成 owcp-old-workorder 目录后,在该目录下启动一个 http 服务(通过 Nginx 或 http-server 启动)进行调试。

5、发布 npm 包

执行打包命令(线上包)

./package_all.sh Environment_Online Platform_App

注意:该项目需要区分是线上包还是测试包(环境不一致),如果只 APP 测试包中使用,则运行打包命令

./package_all.sh Environment_Test Platform_App

下一步修改 package.json 中的迭代版本号

"version": "xx.xx.xx"

然后执行命令,将包发布到 npm 私服

npm publish

注意:若第一次登录还需要添加帐号后才可 publish

npm adduser

6、其它项目使用

切换 npm 源(如果未切换源,需先切换源到私服)

npm config set registry http://npm.eslink.cc

再安装

npm install owcp-old-workorder

7、接口对接

http://zentao.eslink.cc/zentao/doc-browse-604-all-0-id_desc-doc.html