devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Unleash Nuxt Developer Experience

Results 126 devtools issues
Sort by recently updated
recently updated
newest added

### 🐛 The bug Usage count of components (user and build-in) seems to be incorrect (in combination with @nuxt/i18n?) If you take a look at the given stackblitz example you...

bug

### Describe the feature Server components are rendered only on the server, and the associated javascript is not shipped to the client (unless it has dynamic children), thereby is no...

### Environment ------------------------------ - Operating System: Linux - Node Version: v16.14.2 - Nuxt Version: 3.5.3 - Nitro Version: 2.4.1 - Package Manager: [email protected] - Builder: vite - User Config: devtools...

bug
upstream
has workaround

### 🆒 Your use case By default Nuxt devtools options are [saved to the current OS user's home directory](https://github.com/nuxt/devtools/blob/main/packages/devtools/src/utils/local-options.ts#L34). This works fine enough for local development, but when working from...

enhancement
pr welcome

### 🆒 Your use case routes unreadable when in use i18n ### 🆕 The solution you'd like let's group the other languages into each one. for example, use accordion from...

enhancement

while developing modules for DevTools, It feels like some components are missing or some can be refactored to have more features. here is a list: - [ ] `NTable`: unavailable...

installing modules is currently using npm, but it will be better to show something like a dialog before running the scripts for users to choose the pakage manager they want...

enhancement
upstream

### Environment Nuxt project info: 12:12:23 ------------------------------ - Operating System: Windows_NT - Node Version: v18.17.1 - Nuxt Version: 3.7.1 - CLI Version: 3.7.3 - Nitro Version: 2.6.2 - Package Manager:...

### 🐛 The bug Created a new v3 nuxt app. devtools is listed as enabled by default in the generated config file: ``` // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ devtools: {...

bug