用于初始化 Vue.js 项目的 CLI. 此命令也有关于其子命令的文件,例如:vue build. 更多信息:https://cli.vuejs.org.
vue build
vue init {{template}} {{project_name}}
vue init {{path/to/template_directory}} {{project_name}}
vue init {{username}}/{{repo}} {{project_name}}