tarojstest-plugin-platform-kwai
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

@tarojs/plugin-platform-kwai

注意:此插件尚未经过完整测试,谨慎使用

Taro 插件。用于支持编译为快手小程序。

使用

1. 配置插件

// Taro 项目配置
module.exports = {
  // ...
  plugins: [
    '@tarojs/plugin-platform-kwai'
  ]
}

2. 编译为快手小程序

taro build --type kwai
taro build --type kwai --watch

其它

平台判断
if (process.TARO_ENV === 'kwai') {
  // ...
}
API

快手小程序拓展了一些独有 API,可以通过 Taro.xxx 来调用,例:

Taro.getSelectedTextRange()

Readme

Keywords

Package Sidebar

Install

npm i tarojstest-plugin-platform-kwai

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

44.2 kB

Total Files

18

Last publish

Collaborators

  • metajs