-
@nuxt/types package provides type definition for Nuxt configuration.
[Configuration (Runtime) | Nuxt TypeScript](https://typescript.nuxtjs.org/cookbook/configuration.html)
I think that project w…
-
**Describe the bug**
Running command `nuxi dev ./src -o` cause the warning `No routes defined. Check if your pages folder exists`, but my pages folder exist. And also the message `Router autocomple…
-
# Roadmap DRAFT
> [!NOTE]
> This is still a work in-progress, some items may change.
## Short Term Goal
- [ ] CI
- [x] Promote NPM releases using automation (Nightly releases)
- [ ] Im…
-
Nuxt version: 3.13.2
Nuxt-security version: 1.4.3
I'm not sure if this is a bug or it's just an issue with my config, so I'll just ask it as a question.
But basically I'm trying to upgrade our…
-
### Current Behavior
I'm getting an error for every Nx command. Even a simple `nx run myApp:test` fails.
Running with Verbose gives me the following error:
```
Failed to process project graph. Run "…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Currently, I'm working on a **Nuxt3** app and wanted to implement a small feature that will use localStorage...
My app is in typescript, and unfortunately, I wasn't able to load types:
See the err…
-
There's an issue when using with nuxt (2.13.3) / typescript (@nuxt/types => 2.13.3)
If i don't import `vue-scrollto` inside my global.d.ts file:
```
import 'vue-scrollto'
```
Then using `th…
-
### Environment
- Operating System: Linux
- Node Version: v18.20.3
- Nuxt Version: 3.13.2
- CLI Version: 3.14.0
- Nitro Version: 2.9.7
- Package Manager: npm@10.2.3
- Builder: …
-
I'm trying to add vue-styleguidist to an existing project, which uses Vue 2, with nuxt and Typescript.
I already looked through the existing examples, and tried to get it to work with the 'nuxtjs' an…