October 2019
Intermediate to advanced
108 pages
2h 24m
English
Navigate into a folder of your choice that will hold your project files. Don't worry—we don't need to set up servers, virtual hosts, or anything of that sort. The Vue CLI will actually set up a development server for us every time we run our project's scripts, so you can create it wherever you prefer.
The command you want to run now is vue create <name>, where <name> is the name of your project—and the folder that will be created.
We will create our new project by running the following:
> vue create vuetiful-forms
The vuetiful-forms part of the command will name the project folder. Feel free, of course, to name it as you best see fit.
Once you run this command, the Vue CLI will display a wizard that will let you configure ...
Read now
Unlock full access