1.安裝依賴
win10安裝node.js

2.安裝vue/cli和vue/cli-service-global
npm install -g @vue/cli
npm install -g @vue/cli-service-global
3.安裝驗證
vue --version
4.指令行建立項目
vue create hello-world
建議修改國内源(y)和使用預設設定(回車)建立項目
5.指令行運作項目
cd hello-world
npm run serve
6.安裝eslint(失敗)
vue add eslint
7.圖形界面建立項目
vue ui
手動建立測試項目