UNPKG

tinyengine_vant

Version:

tinyEngine组件库_vant

16 lines (10 loc) 229 B
### 私有化部署 https://verdaccio.org/zh-cn/docs/what-is-verdaccio/ ### add user ```bash npm adduser --registry http://localhost:4873/ ``` ### publish ``` npm publish --registry http://localhost:4873/ ```