安装vue-cli

npm install -g @vue/cli
# OR
yarn global add @vue/cli

创建vue项目

npm create [项目名]