How to Profiling? #413
johnsoncodehk
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1. Setup Chrome Inspect
Configure...
of Discover network targets.localhost:6009
2. Run Volar on Debug Mode
https://github.com/johnsoncodehk/volar
and run$ pnpm i && npm run build
to install dependencies.Ctrl+Shift+D
to switch to VSCode Debug, and run debug asLaunch Client
.3. Start Profiling
Reference: https://github.com/vuejs/vetur/blob/master/.github/PERF_ISSUE.md#profiling
Beta Was this translation helpful? Give feedback.
All reactions