README
公共 Taro Store
// build
taro build --ui
// 编译TypeScript 同时生成声明文件
tsc
// 打补丁
npm version patch
// 发布
npm publish
// 在引入项目更新版本
npm update @bageventjs/taro-store
// Compile and publish
npm run cap
// build taro build --ui
<script type="module">
import bageventjsTaroStore from 'https://cdn.skypack.dev/@bageventjs/taro-store';
</script>
// build
taro build --ui
// 编译TypeScript 同时生成声明文件
tsc
// 打补丁
npm version patch
// 发布
npm publish
// 在引入项目更新版本
npm update @bageventjs/taro-store
// Compile and publish
npm run cap