@bageventjs/taro-component

// build taro build --ui

Usage no npm install needed!

<script type="module">
  import bageventjsTaroComponent from 'https://cdn.skypack.dev/@bageventjs/taro-component';
</script>

README

公共 Taro 组件

// build
taro build --ui

// 生成声明文件(非必须) 此项目没有编译 TypeScript 因此组件对应的 Store 放到了 taro-store 项目进行编译了
tsc

// 打补丁
npm version patch

// 发布
npm publish

// 在引入项目更新版本
npm update @bageventjs/taro-component

// Compile and publish
npm run cap