2.4. Vue3 creates a project

发布时间 : 2025-10-25 13:33:36 UTC      

Page Views: 9 views

In the previous chapter of Vue3 installation, we used the Vue init command to create a project. In this chapter, we mainly introduce the Vue create command to create a project and the use of the Vue ui command to open a graphical installation interface.

2.4.1. Vue create command

The syntax format for creating a project with the Vue create command is as follows:

vue create [options] <app-name> 

Create a file created by the vue-cli-service new projects to support:

The options option can be: