README
ux-bsapp-core
此库被italent-core引用
如何发布
- 升级package.json中的version
- npm run build
- git commit
- git tag
- git push --tags
bsapp 核心公共库
<script type="module">
import beisenBsappCore from 'https://cdn.skypack.dev/@beisen/bsapp-core';
</script>
此库被italent-core引用