Use Visual Studio Code to package the vue project

Project scenario:

提示:这里简述项目相关背景:

Use Visual Studio Code to package the vue project

Problem Description

这里描述项目中遇到的问题:

Use Visual Studio Code to package the vue project

solution:

Tip: Fill in the specific solution to the problem here:

Step 1: Open the vue project with Visual Studio Code
insert image description here

Step 2: Start the project

The first method:
enter the command line in nodejs
insert image description here
The second method: enter the command line in the Visual Studio Code terminal
insert image description here

Step 3: Package the project
The first way:
Enter the command line in nodejs
insert image description here

The second way:
Enter the command line in the Visual Studio Code terminal
insert image description here

**

Packaged successfully:

**
insert image description here

Step 4:
Find the folder named dist in the file directory of the project, which is the packaged vue project package

Guess you like

Origin blog.csdn.net/YHLSunshine/article/details/128481471
Recommended