UNPKG

ux-data-proxy

Version:
30 lines (17 loc) 372 B
# 数据代理 ## 初始化项目 npm init ## 扩展 ### lodash npm i --save lodash ### lowdb npm install lowdb ## 发布 ::发布前需要把npm源切回npm npm config set registry https://registry.npmjs.org/ ::登录 npm login ::上传 npm publish ::npm源切回淘宝 npm config set registry https://registry.npmmirror.com/