devtools
devtools copied to clipboard
Unleash Nuxt Developer Experience
### đ What are you trying to do? I just set up code-server on my Mac for the purpose of using the Nuxt devtools, which works fine. I can access...
### đ Your use case I find the small `devtools` indicator that permanently resides at the bottom of the screen to be a little intrusive when working on responsive layouts,...
### đ The bug I use an alternative keyboard layout. When I hit "shift-option-D" to open the devtools, then nothing happens. The problem is in using `KeyboardEvent.code` vs `.key`. When...
### đ What are you trying to do? When I see some image for Nuxt DevTools, [from the official Doc for example](https://user-images.githubusercontent.com/11247099/217670797-12c33a03-ca4f-490d-a18a-ab9008b89c15.png), I see that the version of Nuxt is...
### đ Is your documentation request related to a problem? I want to use Nuxt devtools in production. how do I use? ### đ Where should you find it? _No...
### đ The bug using `vue 3.4.15`, `nuxt 3.10.1` and `devtools 1.0.8` with a fresh install, i am unable to install modules via the devtools window, with the following error...
Related to https://twitter.com/TheAlexLichter/status/1734463035681407225 and https://twitter.com/JulienHuang_dev/status/1734487309154763103
đ The bug _vfs cannot been retrieved if baseURL is different than / and behind proxy đ ī¸ To reproduce export default defineNuxtConfig({ app: { baseURL: '/prefix/' }, devtools: { enabled:...
### đ The bug  vue version: 3.4.13 this problem ### đ ī¸ To reproduce https://github.com/oku-ui/pergel/tree/main/packages/nuxt ### đ Expected behavior `pnpm run client:build` The above error occurs. ### âšī¸ Additional context...
### đ The bug When setting a `twitterTitle`, it is not shown in the preview.  ### đ ī¸ To reproduce https://stackblitz.com/edit/github-vafbpu?file=app.vue ### đ Expected behavior Twitter title should show in...