-
It is possible to handle Nuxt ssr using this library?
-
Hello Nuxt JS team,
I got a major issue when I started new project
I tried to run
> npx create-nuxt-app
It throw me an error
> internal/modules/cjs/loader.js:628
throw e;
^
> …
-
### Describe the problem
Hello.
Tauri is doing great, I have simply a suggestion for your next major version.
JavaScript softwares tend to recognize their config files with the word "config" wr…
ghost updated
2 months ago
-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v18.20.3
- Nuxt Version: 3.12.4
- CLI Version: 3.12.0
- Nitro Version: 2.9.7
- Package…
-
### Environment
```json
{
"dependencies": {
"@pinia/nuxt": "^0.4.6",
"axios": "^0.21.1",
"js-cookie": "^3.0.1",
"mathjs": "^11.3.3",
"pinia-plugin-persist": "1.0.0",
…
-
I have created multiple nuxt apps before and never had this error. But now when I run the command `npm init nuxt-app `, I get this error:
`/c/Users/devel/AppData/Roaming/npm/create-nuxt-app: line …
-
### Version
module: 5.0.0-1622018627.48534b6
nuxt: 2.15.6
### Nuxt configuration
- [x] universal
### Nuxt configuration
```js
// https://auth.nuxtjs.org/guide
auth: {
// Options
…
-
You should never use composables meant for Vue or Nuxt in API routes. You are going to be able to get a NuxtApp instance in server routes...
so useRollbar(); or useNuxtApp().$rollbar; won't work.
…
-
### Is your feature request related to a problem? Please describe.
Nuxt 3 provides various features where components, composables, etc. are made available without the need to explicitly import them.
…
-
I am using nuxt.js and I have disabled inline CSS through the CSP header for security reasons and I have set `extractCSS: true` in my `nuxt.config.js` to extract styles but it doesn't extract the CSS …
ghost updated
3 years ago