bughelp wanted
Métriques du dépôt
- Stars
- (5 672 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
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-clishould now benpm i -g @vue/clivue initis has been renamed tovue createwith 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 serveinstead ofnpm startwith Vue-Cli 4