1.0.1 • Published 2 years ago

ibank-common v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

ibank-js

ibank公共功能封装

Build Setup

#检查是否报错
npm install -g

# (旨在安装开发包并实时查看更改,而无需继续重新安装)
npm link

# 登录npm账号
npm login 

# 上传代码到npm包管理库
npm publish 

# 添加npm包拥有者
npm owner add <user> [<@scope>/]<pkg>

# 移除npm包拥有者
npm owner rm <user> [<@scope>/]<pkg>

# 查看npm包拥有者列表
npm owner ls [<@scope>/]<pkg>


# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.