antmove 介绍
蚂蚁搬家工具,让 小程序 跨平台开发变得简单。一键实现 微信小程序 项目到支付宝 小程序 的迁徙,不再为重复开发而烦恼。
特性
简单易使用,无学习成本,直接上手转换覆盖率全面,及时跟进各 小程序 平台更新情况配套详细的编译时日志/运行时 日志工具 编译 生成 代码 可读性强,可二次编程二次编译 支持使用 npm 或 yarn 安装
我们推荐使用 npm 或 yarn 的方式进行开发,不仅可在开发环境轻松调试,也可放心地在生产环境打包部署使用,享受整个生态圈和工具链带来的诸多好处。 ?全局安装npm install antmove -g本地安装npm install antmove --saveNode.js 使用方式
const path = require('path');const transformFramework = require('antmove');const WechatPlugin = require('@antmove/wx-alipay');let outputPath = path.join(__dirname,' dis t');let inputDirPath = path.join(__dirname,'examples/miniprogram-demo/miniprogram');const App = transformFramework();App.use(WechatPlugin,{entry: inputDirPath, dis t: outputPath + '/alipaymini-demo',env: 'development'}).start(); 链接 : http://www.fly63.com/nav/2259网站地址 : https://ant-move.github.io/website/
GitHub: https://github.com/ant-move/antmove
网站描述: 蚂蚁搬家工具,让 小程序 跨平台开发变得简单
antmove官方网站
官方网站: https://ant-move.github.io/website/
如果觉得 网站内容还不错,欢迎将 网站 推荐给程序员好友。
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did175256