Vue Visual Panel Create Project

Earlier we talked about two ways to create Vue projects, namely Vue CLI and Vite, and now we have discovered a new continent, using Vue UI to create projects!

  • Open cmd and switch to the folder directory where the Vue project is stored.
    insert image description here

  • Enter the following command to connect to Vue UI.

    vue ui
    
  • Click Create New Project.
    insert image description here

  • Give the project a name and choose a package manager and Git.
    insert image description here

  • Edit presets.
    insert image description here

  • Select function.

    insert image description here

  • Select Configure.
    insert image description here

  • Give the preset a name and save it.
    insert image description here

  • Wait patiently.
    insert image description here

  • Created.

    insert image description here

  • Install the element ui plugin.
    insert image description here
    insert image description here

  • Configure the element ui plugin.
    insert image description here

  • Configure the axios library.
    insert image description here
    insert image description here

  • The installation is complete.
    insert image description here

  • Initialize Git.
    insert image description here

  • Host the code to Git.
    insert image description here

  • Finish.

    insert image description here

Ding dong!

Guess you like

Origin blog.csdn.net/qq_43779149/article/details/123533352