compile2ant

1.1.2 • Public • Published

compile2ant

npm NPM npm

wepy2.0.x 编译为支付宝小程序代码插件

安装

测试未覆盖支付宝小程序的所有api
如编译后不能正常运行,请提交 issue 或直接 pr,会及时进行兼容

npm install compile2ant --save-dev

配置

wepy.config.js

const antPlugin = require('compile2ant');

module.exports = {
  ...
  plugins: [
    antPlugin()
  ],
  ...
}

编译

直接执行以下命令

./node_modules/.bin/wepy build -o ant -t ant --watch

或在 package.json添加scripts如下, 可执行 npm run ant 进行编译

{
  "name": "xxx",
  "version": "0.0.2",
  "description": "A WePY project",
  "main": "weapp/app.js",
  "scripts": {
    ...
    "ant": "./node_modules/.bin/wepy build -o ant -t ant --watch",
    ...
  },
  ...
 }

重要的事情

支付宝小程序 启用 component2 编译 一定要开启
支付宝小程序 启用 component2 编译 一定要开启
支付宝小程序 启用 component2 编译 一定要开启

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i compile2ant

Weekly Downloads

1

Version

1.1.2

License

MIT

Unpacked Size

116 kB

Total Files

27

Last publish

Collaborators

  • gui.h