my-xhs
v2.1.0
Published
xhs resource
Downloads
19
Readme
如何使用
改完
index.js后,运行npm run build切换为官方源
npm config set registry https://registry.npmjs.org/- 版本更新
npm version patch : 升级修订版本号
npm version minor : 升级次版本号
npm version major : 升级主版本号- 发布
npm publish