README-zh_CN.md
April 16, 2023 · View on GitHub
简体中文 | English
AuthingMove 是一款小程序 API 转换器,基于微信小程序 API 语法写一份代码,可同时被编译转换适配其他小程序平台 & 小程序框架 & 快应用
多平台适配
| 名称 | 详细 |
|---|---|
| 原生小程序 | wx, ali, baidu, qq, tt, jd, ks |
| 小程序框架 | Taro, uni-app, Mpx |
| 其他平台 | quickapp |
生态系统
| 包名 | 版本 | 描述 |
|---|---|---|
| @authing/authingmove-api-proxy | 基于微信小程序语法转换 API | |
| @authing/authingmove-core | 运行时核心包 | |
| @authing/authingmove-webpack-plugin | 编译核心包 | |
| @authing/authingmove-cli | AuthingMove CLI, 快速创建项目 |
快速开始
# 安装脚手架
npm install @authing/authingmove-cli -g
# 初始化项目
authingmove create project-name
# 打开项目
cd project-name
# 开发模式
npm run dev
# 构建生产环境产物
npm run prod
示例
问题反馈
如果需要在线技术支持,可访问官方论坛. 此仓库的 issue 仅用于上报 Bug 和提交新功能特性。
开源共建
- Fork 此仓库
- 创建自己的 git 分支 (git checkout -b my-new-feature)
- 提交你的修改 (git commit -am 'Add some feature')
- 将修改内容推送到远程分支 (git push -u origin my-new-feature)
- 创建一个 Pull Request
开源许可
Copyright (c) 2022 Authing