Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue recipe is a bit outdated #250

Open
SimonSiefke opened this issue Jan 23, 2020 · 1 comment
Open

Vue recipe is a bit outdated #250

SimonSiefke opened this issue Jan 23, 2020 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug help wanted Issues identified as good community contribution opportunities

Comments

@SimonSiefke
Copy link

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
@connor4312 connor4312 added bug Issue identified by VS Code Team member as probable bug help wanted Issues identified as good community contribution opportunities labels Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug help wanted Issues identified as good community contribution opportunities
Projects
None yet
Development

No branches or pull requests

4 participants