Forrest logo
back to context overview

vue-init

List of commands for vue-init:

  • vue-init:tldr:3cd9c vue-init: Create a new project using one of the default templates.
    $ vue init ${select} ${project_name}
    try on your machine
    explain this command
  • vue-init:tldr:ee8ae vue-init: Create a new project using a template from GitHub.
    $ vue init ${username}/${repo} ${project_name}
    try on your machine
    explain this command
back to context overview