idea to create a VUE project

1. Idea installs the vue plugin

         1、File>settings

        2. Plugins> enter vue>Search in repositories (search in the warehouse)

        3. Restart the idea

Second , the creation of the vue project:

        1. Method 1 (idea console creates a project):

        2. Method 2 (directly created by the idea tool):

                1), create a new idea project

                 2), select Vue.js in JavaScript and click NEXT

                 3), enter the project name in the Project name column (only lowercase can be used):

 

                 4), then click finish, and open a new window, idea will automatically load the relevant dependencies required by the project on the console:

                5) The completed project is shown in the figure below: 

 

                6) To start the idea project, click the button in the upper right corner:

                 7), the project starts successfully (these two addresses of the console can be accessed successfully):

 

 

So much has been sorted out for the time being, and new ways to create projects will be added later.

Guess you like

Origin blog.csdn.net/qq_28397787/article/details/126150298