All Projects → ant-move → Antmove

ant-move / Antmove

Licence: gpl-3.0
小程序转换器,基于支付宝/微信小程序, 轻松地转换成其它平台的小程序。

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Antmove

Tina
💃 一款轻巧的渐进式微信小程序框架
Stars: ✭ 1,153 (+6.96%)
Mutual labels:  wechat-mini-program, framework, wechat
Fprime
F' - A flight software and embedded systems framework
Stars: ✭ 8,642 (+701.67%)
Mutual labels:  framework, components
Catberry
Catberry is an isomorphic framework for building universal front-end apps using components, Flux architecture and progressive rendering.
Stars: ✭ 793 (-26.44%)
Mutual labels:  framework, components
Steamcn Mini Program
SteamCN Forum WeChat Mini Program. SteamCN 蒸汽动力论坛微信小程序
Stars: ✭ 54 (-94.99%)
Mutual labels:  wechat-mini-program, wechat
Rome
Carthage cache for S3, Minio, Ceph, Google Storage, Artifactory and many others
Stars: ✭ 724 (-32.84%)
Mutual labels:  framework, tool
Juejin
💰 Unofficial JueJin wechat mini program application - 掘金非官方微信小程序
Stars: ✭ 771 (-28.48%)
Mutual labels:  wechat-mini-program, wechat
Hzdtf.foundation.framework
基础框架系统,支持.NET和.NET Core平台,语言:C#,DB支持MySql和SqlServer,主要功能有抽象持久化、服务层,将业务基本的增删改查抽离复用;提供代码生成器从DB生成实体、持久化、服务以及MVC控制器,每层依赖接口,并需要在客户端将对应实现层用Autofac程序集依赖注入,用AOP提供日志跟踪、事务、模型验证等。对Autofac、Redis、RabbitMQ封装扩展;DB访问提供自动主从访问,Redis客户端分区。特别适合管理系统。
Stars: ✭ 22 (-97.96%)
Mutual labels:  framework, tool
Qiniu Wxapp Sdk
qiniu SDK based on wxapp
Stars: ✭ 638 (-40.82%)
Mutual labels:  wechat-mini-program, wechat
Taro scaffold
基于 Taro / dva / redux-saga / react 的微信小程序脚手架,同时集成了 sprite 。
Stars: ✭ 24 (-97.77%)
Mutual labels:  wechat-mini-program, wechat
Element
Programmatic UI for macOS
Stars: ✭ 855 (-20.69%)
Mutual labels:  framework, components
Create Component App
Tool to generate different types of React components from the terminal. 💻
Stars: ✭ 879 (-18.46%)
Mutual labels:  tool, components
Iview Weapp
一套高质量的微信小程序 UI 组件库
Stars: ✭ 6,145 (+470.04%)
Mutual labels:  wechat, components
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (-34.88%)
Mutual labels:  framework, components
Weixin Java Miniapp Demo
基于Spring Boot 和 WxJava 实现的微信小程序Java后端Demo
Stars: ✭ 779 (-27.74%)
Mutual labels:  wechat-mini-program, wechat
Quietweather
☀️ Develop a weather wechat mini program application in two days - 两天撸一个天气应用微信小程序
Stars: ✭ 677 (-37.2%)
Mutual labels:  wechat-mini-program, wechat
Masterwechatapp
『微信小程序』优秀教程、轮子、开源项目 资源汇总
Stars: ✭ 826 (-23.38%)
Mutual labels:  wechat-mini-program, wechat
Anka Tracker
Miniprogram user behavior tracking library. Supports task queues, automatically suspended and retry strategies.
Stars: ✭ 29 (-97.31%)
Mutual labels:  wechat-mini-program, wechat
Flutter mp
Bring your Flutter code to mini program
Stars: ✭ 533 (-50.56%)
Mutual labels:  wechat-mini-program, wechat
Scuplus Wechat
We川大小程序[scuplus] 使用wepy开发的完善的校园综合小程序, 40+页面,前后端开源,包括成绩、课表、失物招领、图书馆、新闻资讯等等常见校园场景功能
Stars: ✭ 545 (-49.44%)
Mutual labels:  wechat-mini-program, wechat
Moui
🍕面向现代浏览器的 CSS 样式库
Stars: ✭ 21 (-98.05%)
Mutual labels:  wechat-mini-program, wechat

指南

Antmove - 小程序转换器,基于支付宝/微信小程序转换为多端小程序,让小程序跨平台开发变得简单。

一键实现小程序转换迁徙,不再为重复开发而烦恼。

antmove structure

特性

  • 简单易使用,一键转换
  • 配套详细的编译时日志/运行时日志工具
  • 编译生成代码可读性强,可二次编程
  • 二次编译支持
  • 组件转换支持

文档

安装

VsCode 扩展安装

在 vscode 扩展中搜索 Antmove 下载安装 Antmove vscode 转换插件实现一键转换。

命令行安装

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

  • 全局安装
$ npm install antmove -g

$ yarn global add antmove
  • 本地安装
$ npm install antmove --save

$ yarn add antmove

如果你的网络环境不佳,推荐使用 cnpm

快速开始

VsCode 扩展使用

  • 安装扩展(Antmove - antmove-vscode-plugin)

  • 在 VsCode 中打开要转换的项目

  • 打开 VsCode 命令面板

    • Mac: command + shift + p
    • Windows: ctrl + shift + p
  • 输入 Antmove

  • 运行 Antmove: Run antmove 命令

  • 运行如上命令后会给出一个弹窗,选择转换后生成代码存储目录

  • 转换完成

  • antmove-vscode-plugin

本插件依赖于 vscode 代码编辑器,安装了 vscode 的用户才能使用。

命令行使用

npm i -g antmove

通过 npm 或 yarn 全局安装才能使用如下命令行

  • antmove wx-alipay(使用前请将终端切换到需转换编译的微信小程序项目路径)
antmove wx-alipay -i ./ -o ./dist/alipay-app
  • antmove - 该命令更加灵活,可配置输出输出目录/编译模式等
antmove wx-alipay -i ./wechat-mini/project -o ./dist/alipay-mini/project --env development

如上的命令表示将 ./wechat-mini/project 微信小程序项目转换为支付宝小程序项目,转换到 ./dist/alipay-mini/project 目录 如果你不想输入参数,可以体验交互式的命令方式,执行 antmove 即可。

配置参数

  • --input,-i
    • 可选,编译源码目录,如果不传则是当前目录
  • --output,-o
    • 必传,编译输出目录
  • --env,-e
    • 可选(development/production),编译模式,生产模式代码会压缩,无编译日志及运行时日志

更多配置项可参考配置参数详情

Node.js 使用方式

示例

const path = require('path');
const transformFramework = require('antmove');
const WechatPlugin = require('@antmove/wx-alipay');

let outputPath = path.join(__dirname, '../../dist');
let inputDirPath = path.join(__dirname, '../../examples/miniprogram-demo/miniprogram');

const App = transformFramework();

App.use(
    WechatPlugin, 
    {
        entry: inputDirPath,
        dist: outputPath + '/alipaymini-demo',
        env: 'development'
    })
    .start();

谁在使用

微信小程序

这里展示的微信小程序为原小程序应用,下面的其它平台小程序为基于这些微信小程序转换得到。

支付宝小程序

高德小程序

如果你的公司和产品使用了 Antmove,欢迎到这里留言。

贡献

欢迎参与 Antmove 项目的开发建设和讨论。

提交 pull request 之前请先提 Issue 讨论.

协议

GPL

联系

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].