1.0.0 • Published 4 years ago

std-taro-common v1.0.0

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

std-taro-common

商通贷Taro通用组件

本地开发

  1. yarn run dev:component
  2. npm linksudo npm link 将库链接到本地node_modules下
  3. 在使用该库的代码库中执行 npm link std-taro-common

如何发布

  1. yarn run build:component
  2. npm publish

切换npm registry

  1. npm config get registry
  2. npm config set registry=http://registry.npmjs.org npm config set registry=https://registry.npm.taobao.org/