Create a new project using a local template

vue init

  • Legacy project initialization subcommand of the Vue.js framework.
    More information: <https://cli.vuejs.org/guide/creating-a-project.html#pulling-2-x-templates-legacy>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

vue init {{path/to/template_directory}} {{project_name}}

click the source code to copy