2 comments (2 comments)5 reactions (5 reactions)1 assignee (1 assignee)JavaScript5,672 stars (5,672 stars)600 forks (600 forks)batch import
enhancementhelp wanted
Description
How to use chrome debugger from nuxt.js?
Contributor guide
- Tech stack
- javascriptvue
- Domain
- documentation
- Issue type
- documentation
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Basic knowledge of Nuxt.jsFamiliarity with Chrome DevTools
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- Investigate existing debug recipes in vscode recipes for similar frameworks. Examine Nuxt.js documentation for debug configuration, including source maps and Chrome debugger setup. Check the issue comments for any hints or prior attempts. The recipe should cover launching Nuxt.js in debug mode and attaching Chrome DevTools.