"Android installation package management background" - front-end Vue3 source code deployment

Table of contents

1. Download:

2. Import:

3. Installation:

Fourth, run:

5. Connect to my server background login:

6. Deploy the server locally:


1. Download:

front-end code

2. Import:

The editor I use is HBuilder X,

Open the editor, file == "Import == "Import from a local directory, select the project

3. Installation:

Right-click on the project, select external commands to expand and click npm install to install and download dependent libraries

Fourth, run:

Enter at the command line: npm run dev

 Browser input: http://localhost:3000/

interface:

5. Connect to my server background login:

Friends without java development foundation can use my server interface,

Server background url: http://43.142.31.147:8090/

Replace the local url: open the .env file

 

 After the modification, private message the account password I want to log in, or you can also register yourself through the interface address (the front-end page does not implement the registration interface, the registration account tutorial refers to the title of the article on how to deploy the server project to the local article Title 7: Test interface ) , interface address: Swagger UI

You can also deploy the background to your local ↓

6. Deploy the server locally:

"Android installation package management background" - back-end springboot source code deployment - Xiao Xiaofeng's blog - CSDN blog

Feel free to comment or private message me with any questions.

Guess you like

Origin blog.csdn.net/xxfen_/article/details/126049222