Vue.js 프레임워크의 레거시 프로젝트 초기화 하위 명령어. 더 많은 정보: https://cli.vuejs.org/guide/creating-a-project.html#pulling-2-x-templates-legacy.
vue init {{webpack|webpack-simple|browserify|browserify-simple|simple}} {{프로젝트_이름}}
vue init {{경로/대상/템플릿_폴더}} {{프로젝트_이름}}
vue init {{사용자명}}/{{저장소}} {{프로젝트_이름}}