Vue scaffolding to build a new project complete steps

1. Check the installed version (displaying the version number indicates that the installation is successful)

insert image description here

vue --version

2. Find a directory to put the construction project

insert image description here

3.

vue create demo1
demo1 is the project name, start at will
insert image description here
Press the up and down arrow keys to select the corresponding configuration, then press Enter
to select the last [custom configuration]

4.

Press the up and down keys + space, there is an asterisk to indicate selection, press Enter after selection
insert image description here

5. Select the vue version and press Enter

insert image description here

6. Select path mode and press Enter

insert image description here

7. Select the css processor and press Enter

insert image description here

8. Grammar code format check selection criteria, then press Enter

insert image description here

9. Select code check time to check when saving, press the space bar to select, and then press Enter

insert image description here

10. The way the third-party file exists, select the independent file, and then press Enter

insert image description here

11. Save the template and press Enter

insert image description here

12. Enter the template name and press Enter

insert image description here
insert image description here

13. Run the project

insert image description here
insert image description here
insert image description here
This is done!

Guess you like

Origin blog.csdn.net/DarlingYL/article/details/125759051