Create npm vue project

1. Create a folder first, and then search for cmd in the directory file where it is located

2. Enter vue create+file name

Select the content in the red box below and press Enter

This creates a successful

3. In the file directory you just created, search for cmd, and then enter npm run serve

 

 After success, the port number will appear, and then copy the content of the red box below to the browser to see it

Guess you like

Origin blog.csdn.net/m0_59735348/article/details/120136938