Quick use of mui framework

Quick use of mui framework

本文章主要对mui框架迅速开发一个app,能真机调试和打包进行描述。mui的具体使用请参考官网。
mui官网地址:https://dev.dcloud.net.cn/mui/

mui框架的开发工具:HBuilderX
[下载地址:](https://www.dcloud.io/)

![下载HBuilderX](https://img-blog.csdnimg.cn/20200719223152129.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2J1Z25vbm8=,size_16,color_FFFFFF,t_70)

After installation, enter the application and start to create a mui project:
Insert picture description here
if you can’t find 5+app in the project creation, check whether the download is the latest version of HBuilderX development tools

Write code, click preview
Insert picture description here

Real-device debugging
After the phone enters the developer mode, turn on the USB debugging in the developer mode, and then run it in the tool.

Insert picture description here
Run to the real machine successfully!
Insert picture description here
App packaging problem
Tool click release, cloud packaging
Insert picture description here

There is a small pit here. If you do not need to use your own certificate, it is recommended to use the public beta certificate.
Insert picture description here

After the cloud is successfully packaged, the download address of the app package will appear in the console, click the link to enter.
Insert picture description here

Guess you like

Origin blog.csdn.net/bugnono/article/details/107453426