Introduction to Mini Programs

更新时间:
复制 MD 格式

48

Component overview

mPaaS Mini Programs originate from the Alipay mini program framework. They inherit the framework's simple development, cross-platform capabilities, and native performance. Use mPaaS Mini Programs to deliver miniapps to your own applications. You can also quickly build and package them for other platforms, such as Alipay, Taobao, and DingTalk.

Using mPaaS Mini Programs, you can optimize deployment package sizes to save traffic and storage. You can update services without being limited by release schedules. This allows for fast releases and quick iterations. Because of the unified development standard, you can write code once and deploy it to multiple platforms.

Features

  • Unified development standard for "write once, deploy anywhere". The solution inherits the native Integrated Development Environment (IDE) from Alipay mini programs. It provides a one-stop solution for development, debugging, and publishing. This speeds up requirement iteration and helps ensure release quality. mPaaS Mini Programs are a new development model for mobile devices. They combine the simple development and cross-platform features of HTML5 with native performance. You can write code once and reuse it on multiple platforms.

  • Dynamic app publishing and updates. Use mPaaS Mini Programs to easily push new app versions, miniapp packages, and switch configurations. The miniapp publishing service supports both full and phased releases. You can validate content before release to check for potential threats. The service also provides multi-dimensional publishing based on criteria such as whitelists, device models, cities, and system versions. This enables dynamic management of your entire application.

  • Comprehensive and fine-grained app operations. You can monitor app performance data such as crashes, freezes, stuttering, power consumption, and traffic. The service provides statistical analysis for metrics such as user activity, logons, and new users. It supports multi-dimensional analysis and comparison by platform, version, region, and time. It also offers application log diagnostics, including individual user diagnostics and diagnostic log collection. You can quickly integrate the mobile message push feature to interact with users and increase retention rates. You can deliver personalized in-app ads and campaigns to custom audiences. This helps your app reach users accurately and promptly to drive activation, retention, and business growth.

How to use

47

  1. Activate the service. Activate mPaaS, create an mPaaS app, and download the configuration file.

  2. Import the miniapp. Use the mPaaS IDE plugin to add the miniapp framework to your project. For more information, see:

  3. Develop and publish. Use the miniapp IDE to develop and test the miniapp. Then, run it in your project. For more information, see Develop a miniapp.