New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@tarojsx/library

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tarojsx/library

Taro3 library

latest
Source
npmnpm
Version
0.31.0
Version published
Maintainers
1
Created
Source

Taro3 Library

Taro3 里可以跑起来的第三方优秀类库

License npm version npm downloads dependents PRs welcome
Built with :purple_heart: by @Colder and Contributors
:star2: :eyes: :zap: :boom:

当前代码提交频繁, 一些特性时有变化.

待续不断搜索可以运行在 Taro3 环境下的优秀第三方类库.

特性

需求

  • taro 3+

安装

npm i @tarojsx/library @tarojsx/polyfill

使用

部分组件需要用到 polyfill.

更新 config/index.js 配置如下

const { TaroProvidePlugin } = require('@tarojsx/polyfill/dist/plugins')

const config = {
    mini: {
        webpackChain(chain, webpack) {
            chain
                .plugin('taroProviderPlugin')
                .use(TaroProvidePlugin)
        }
    }
}

模块

图表

  • AntV F2 - 让数据栩栩如生

虚拟滚动

交互动画

支持

欢迎各种形式的支持. 至少可以给颗星 :star:

测试步骤

  • 打开微信开发者工具 CLI/HTTP 调用功能,设置 - 安全设置 - 服务端口
  • 导入项目,目录指向当前项目文件夹。
  • 运行 npm run test
  • 如果提示 Failed to launch wechat web devTools,请先退出微信开发者工具。

License

MIT

Keywords

taro

FAQs

Package last updated on 14 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts