[vue3] Common ways to create projects using vue3

1. Use the ui interface to create, win+r to open the command prompt, and enter vue ui

2. win+r to open the command prompt, enter vue create project name

3. Use scaffolding to create

 Among them, method 1 and method 2 are run using npm run serve , and method 3 is run using npm run dev

Guess you like

Origin blog.csdn.net/weixin_65690979/article/details/131922785