microsoft/vscode-recipes

Vue recipe is a bit outdated

Aberta

#250 aberto em 23 de jan. de 2020

 (1 comentário) (1 reação) (1 responsável)JavaScript (600 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (5.672 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador