-
### Version
module: latest
nuxt: 2.15.3
### Nuxt configuration
#### [mode](https://nuxtjs.org/api/configuration-mode):
- [x] universal
- [ ] spa
### Nuxt configuration
## Repr…
-
### Description
Having a `theme.scss` file containing some globally defined variables.
Using
```js
modules: [
'nuxt-sass-resources-loader'
],
sassResources: [ './assets/css/theme.scss' ]
`…
-
*Device:* IPhone5
*Browser:* Safari 11.0
Error in mp.bundle.js (VeepPlay) "Unexpected token '...'. Expected a property name."
*see:*
- https://github.com/nuxt/nuxt.js/issues/5065
- https://de…
-
I used this [Nuxt Storybook starter](https://github.com/nuxt-modules/storybook/tree/main/examples/starter), but when I try to add any image from the public directory, I get the following error:
![ima…
-
How can I use the editor with nuxt if my project is with ssr?
```
nuxt.config.js
ssr: true
plugins: [
{
src: '~ / plugins / vue-editor.js',
ssr: fa…
-
## What's going wrong?
`pm2 status` displays the version of nuxt instead of the application in the version column
## How could we reproduce this issue?
Install pm2, deploy an application develop …
-
### 🐛 The bug
I'd like to use `@nuxt/content` to make JSON data files available for generating pages, but it's routing seems to interfere with `nuxt-ionic`. I tried to disable `nuxt-ionic` routing vi…
-
Hello,
When using a global `addRouterMiddleware` from a nuxt plugin with `@intlify/nuxt3`the first load misses the global router middleware.
Here a reproduction example :
https://stackblitz.com…
-
Maybe make a simple static website for create-nuxt-app with create-nuxt-app
This question is available on Nuxt.js community (#c4)
-
## Wait.. there's VuePress
Yes, but honestly, the name doesn't fit the project, it's nothing like WordPress. VuePress is only for static websites, that's good, but that also introduces a lot of lim…