microsoft/vscode-recipes

Vue recipe is a bit outdated

開放

#250 建立於 2020年1月23日

 (1 則留言) (1 個反應) (1 位負責人)JavaScript (600 個分叉)batch import
bughelp wanted

倉庫指標

星標
 (5,672 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

The Vue.js debugging recipe is a bit outdated. Currently the recipe handles Vue-Cli 2 and Vue-Cli 3. With Vue-Cli 4 some things are a bit different:

  • npm install -g vue-cli should now be npm i -g @vue/cli
  • vue init is has been renamed to vue create with Vue-Cli 4
  • The docs for Vue CLI 2.X could probably be removed since Vue-Cli 4 is already out
  • One needs to run npm run serve instead of npm start with Vue-Cli 4

貢獻者指南