# @antmove/alipay-polyfill

> alipay miniprograrmm ployfill for antmove

Latest version **1.2.6** (published 2021-02-25) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install @antmove/alipay-polyfill
pnpm add @antmove/alipay-polyfill
yarn add @antmove/alipay-polyfill
bun add @antmove/alipay-polyfill
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.6 |
| Published | 2021-02-25 |
| First published | 2019-09-27 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 83.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | amap-appx@service.autonavi.com |
| Maintainers | amove |

## Links

- npm: https://www.npmjs.com/package/@antmove/alipay-polyfill
- npm.io page: https://npm.io/package/@antmove/alipay-polyfill

## Dependencies (4)

- [chalk](https://npm.io/package/chalk.md) ^2.4.2
- [fs-extra](https://npm.io/package/fs-extra.md) ^8.1.0
- [htmlparser2](https://npm.io/package/htmlparser2.md) ^4.1.0
- [@antmove/utils](https://npm.io/package/@antmove/utils.md) ^1.2.5

## Recent versions

- 1.2.6 (latest) — 2021-02-25
- 1.2.5 — 2021-01-11
- 1.2.3 — 2021-01-05
- 1.2.2 — 2020-12-30
- 1.2.0 — 2020-12-16
- 1.1.7 — 2020-12-16
- 1.1.6 — 2020-09-21
- 1.1.4 — 2020-08-24
- 1.1.3 — 2020-08-06
- 1.1.2 — 2020-08-06
- 1.1.1 — 2020-08-06
- 1.0.66 — 2020-07-24
- 1.0.64 — 2020-07-17
- 1.0.62 — 2020-07-15
- 1.0.61 — 2020-07-10
- … 17 more at https://npm.io/package/@antmove/alipay-polyfill/versions

## README

# alipay-compiler

Antmove 支付宝小程序编译插件，主要解决原生支付宝小程序直接引用 Antmove 转换而来组件。如基于 Antmove 转换得到的 iview-aliapp/vant-aliapp 两大组件库，通过 npm 方式引入该组件库后，需使用该命令进行编译才能正常使用（relations 和 selectComponent 功能依赖 Antmove 编译时数据）。

## 使用 npm 或 yarn 安装

> 我们推荐使用 npm 或 yarn 的方式进行开发，不仅可在开发环境轻松调试，也可放心地在生产环境打包部署使用，享受整个生态圈和工具链带来的诸多好处。

* 全局安装

```bash
$ npm install antmove -g
```

* 本地安装

```bash
$ npm install antmove --save
```

## 使用

```bash
antmove alipay-compiler
```

---
_Source: https://npm.io/package/@antmove/alipay-polyfill · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
