Vue recipe is a bit outdated #250
Labels
bug
Issue identified by VS Code Team member as probable bug
help wanted
Issues identified as good community contribution opportunities
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 benpm i -g @vue/cli
vue init
is has been renamed tovue create
with Vue-Cli 4npm run serve
instead ofnpm start
with Vue-Cli 4The text was updated successfully, but these errors were encountered: