1. Home
  2. Vue
  3. Create new vue project

Create new Vue project in the current directory using Vue CLI command. To quickly create a project using default settings add "--default" flag at the end of the command.

#vue#cli
vue create project-name
copy
Full Vue cheatsheet