Skip to content

Instantly share code, notes, and snippets.

@diegolirio
Last active September 10, 2022 13:59
Show Gist options
  • Save diegolirio/467a403a5ca5f627d16cb3c9ad43bc84 to your computer and use it in GitHub Desktop.
Save diegolirio/467a403a5ca5f627d16cb3c9ad43bc84 to your computer and use it in GitHub Desktop.

Creating app with Vue UI

Vue UI

vue ui

Click in the Create tab and then + Create a new project here button bellow.

image

In the Project Folder field put your project name, select what the Package Manager you will use, in this case I selected o yarn in the end click in the Nextbutton.

image

Now choose what preset you want, I always choose the Manual and I can select specific features.

image

Here we'll see some feature like pwa, vuex, router and etc... Select what you want and click in Next again.

image

And finally in the Configuration tab you will choose the Vue Version, if you want to use history mode for router (#), and a linter I always choose of the Airbnb. Click in Create Project button.

image

And after you can create a preset of your project to create new projects in the future and use the same setup. You can click in Continue without saving.

image

Into in Tasks -> Serve, click in the Run task button and in the end click Open app button.

image

Voilà :: We have our Vue Project...

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment