> bimbox-bimserver-sdk-js
npm install @pkpm/bimbox-bimserver-sdk-jsbash
npm install --save @pkpm/bimbox-bimserver-sdk-js
`
$3
| 参数 | 类型 | 说明 | 默认 |
| :--- | ---- | ---- | ---- |
| | | | |
$3
在需要的地方引入,使用即可。
`tsx
import { UploadService,MemberService } from '@pkpm/bimbox-bimserver-sdk-js';
......
const uploadBoxService = new UploadService(contextBoxBase);
public memberService = new MemberService(new ContextBase(config.BOX_SERVICE_HOST));
`
$3
打包
`json
"build": "tsc"
`
切换为私库
`bash
npm config set registry http://101.40.70.165:9010/
`
发布
`bash
npm publish
``