vue/create

Create Vue Project

Create a new Vue.js project

vue
create
project

Command

npm create vue@latest

Examples

Create new Vue project

npm create vue@latest my-vue-app

Create with TypeScript

npm create vue@latest my-vue-app -- --typescript