@spacego/tools-taro
v0.0.1-alpha
Published
🚀 A library of common tools and hooks for react/taro.
Maintainers
Readme
@spacego/tools-taro
@spacego/tools-taro 是一个完全基于 typescript + taro 的工具库,提供了一些常用的工具函数等。
✨ Features
- Easy to learn and use.
- Contains common hooks and encapsulates common apis.
- Written in TypeScript with predictable static types.
- High performance.
📦 Install
$ npm install --save @spacego/tools-taro
# or
$ pnpm add @spacego/tools-taro `推荐`
# or
$ yarn add @spacego/tools-taro🔨 Usage
import { navigateTo, requestPayment, $toast, ... } from '@spacego/tools-taro';🚀 API
...
