Small program development environment of uni-app framework

Before reading this blog post, you need to register a Mini Program account

1. Download WeChat development tools

WeChat development tool download address
Just download the stable version
insert image description here

Install

click next
insert image description here

Choose your own path;
insert image description here
install it.
The picture below shows the installation completed.
insert image description here

2. Build a uni-app development environment

2.1 Node.js download and installation

nodejs installation tutorial
nodejs does not recommend installing the latest version. ruoyi installs the Node14 version.

2.2 Download HBuilder-X

HBuilder-X download address

2.3 Create uni-app project

Create a project
insert image description here
You can choose a template and enter a project name yourself;
insert image description here

2.4 Fill in the uni-app exclusive logo and applet logo

After creating the project, you
insert image description here
need to log in to the dcloud account to obtain the uni-app exclusive logo. The registration address: dcloud registration address
can be obtained after registration.

Add your own registered appid, you can check 上传代码时样式自动补全and 上传代码时自动压缩.
insert image description here

Guess you like

Origin blog.csdn.net/dwh19992018/article/details/130678029