4 Open Issues Need Help Last updated: Sep 13, 2025

Open Issues Need Help

View All on GitHub
good first issue dx

Nuxt CLI

TypeScript

AI Summary: Implement a `--extends` option for the Nuxt CLI (nuxi) to allow extending the CLI functionality from other projects, such as Docus, preventing the creation of separate CLIs and ensuring consistency and performance improvements across the Nuxt ecosystem.

Complexity: 4/5
enhancement good first issue

Nuxt CLI

TypeScript

AI Summary: The task is to modify the Nuxt CLI (nuxi) to support project-based typechecking using `vue-tsc -b --noEmit` instead of `vue-tsc --noEmit`. This involves changing the CLI's internal commands to incorporate the `-b` flag for building the project before typechecking, addressing an issue where the current implementation fails to correctly typecheck projects.

Complexity: 4/5
enhancement good first issue

Nuxt CLI

TypeScript

AI Summary: Investigate and resolve a size regression in the `create-nuxt` command within the Nuxt CLI (nuxi) project. The issue is likely related to the build process resulting in an unnecessarily large output.

Complexity: 4/5
good first issue performance

Nuxt CLI

TypeScript