Create a new project using one of the default templates

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 {{webpack|webpack-simple|browserify|browserify-simple|simple}} {{project_name}}

click the source code to copy