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

创建一个项目:

vue create hello-world