Vue CLI3 需要 Node.js 8.9 或更高版本
sudo npm install -g @vue/cli # OR sudo yarn global add @vue/cli
vue create hello-world cd hello-world npm run serve // 运行 http://localhost:8000
vue ui // 自动运行图形页面 http://localhost:8000