AuthingMove runtime core


Keywords
AuthingMove, miniprogram, miniapp
License
MIT
Install
npm install @authing/authingmove-core@1.0.1

Documentation



English | 简体中文

AuthingMove is a miniapp API converter, based on wechat miniprogram syntax, be converted into multi platform miniapps & frameworks & quickapp.

Platforms

Name Details
native miniapp wx, ali, baidu, qq, tt, jd, ks
framework Taro, uni-app, Mpx
other quickapp

Ecosystem

Package Version Description
@authing/authingmove-api-proxy npm version Transform runtime APIs based on wechat miniprogram syntax
@authing/authingmove-core npm version Runtime core
@authing/authingmove-webpack-plugin npm version Compiler core
@authing/authingmove-cli npm version AuthingMove CLI, create a project quickly

Quick start

# 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

Example

Please refer to the usage of authingmove-template

Questions

For questions and support please use the official forum. The issue list of this repo is exclusively for bug reports and feature requests.

Contribution

  • 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

License

MIT

Copyright (c) 2022 Authing

Links