English | 简体中文
AuthingMove is a miniapp API converter, based on wechat miniprogram syntax, be converted into multi platform miniapps & frameworks & quickapp.
Name | Details |
---|---|
native miniapp | wx, ali, baidu, qq, tt, jd, ks |
framework | Taro, uni-app, Mpx |
other | quickapp |
# install CLI
npm install @authing/authingmove-cli -g
# init project
authingmove create project-name
# into project
cd project-name
# development
npm run dev
# production
npm run prod
Please refer to the usage of authingmove-template
For questions and support please use the official forum. The issue list of this repo is exclusively for bug reports and feature requests.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push -u origin my-new-feature)
- Create new Pull Request
Copyright (c) 2022 Authing