Getting started with uniapp to create a project [detailed]

After learning Vue and WeChat applets, you can start to learn uniapp. In uniapp, a set of code can span all platforms and can be easily maintained. Next, let's learn how to create a uinapp project

 1. The creation requirements of uniapp

        It is very easy for everyone to learn uniapp as long as they know the basics of vue and WeChat applets. Basically, it is easy to learn.

The official website of uniapp : https://uniapp.dcloud.net.cn/

The editor needed to write uniapp projects is hbuilderX , you can go to the official website to download and decompress it and use it

You can download it according to your computer version

2. Create a uniapp project

1. Create a new project

2. You can create it according to the following method

 3. After clicking Create, the project menu appears on the right, indicating that the creation is complete

 4. To run the project, you must first configure and run the browser

 Select the location of the browser

 5. Just run the project

 The following is a screenshot of the successful operation:

Isn't it very simple! ! ! ! ! !

 

Guess you like

Origin blog.csdn.net/qq_63656102/article/details/132140328