
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 machineexplain 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 machineexplain this command