vue uiClick in the Create tab and then + Create a new project here button bellow.
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.
Now choose what preset you want, I always choose the Manual and I can select specific features.
Here we'll see some feature like pwa, vuex, router and etc... Select what you want and click in Next again.
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.
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.
Into in Tasks -> Serve, click in the Run task button and in the end click Open app button.
Voilà :: We have our Vue Project...








