-
I'm trying to change auth module to my needs and with this `index.js`
```
const path = require('path')
module.exports = function nuxtAuthDevise (options) {
this.addVendor(['cookie', 'js-cook…
-
### 🐛 The bug
When I build my Nuxt project the following error occurs:
`[@nuxtjs/sitemap 9:35:41 AM] WARN You are using @nuxtjs/robots vfalse. For the best compatibility, please upgrade to @nuxtjs…
-
Hi,
So I have a Nuxt.js project and I want to add Laravel.
I added `npm install --save-dev @nuxtjs/axios @nuxtjs/proxy nuxt-laravel`
And I added 'nuxt-laravel' to modules as well, but I am not sur…
-
### Environment
Nuxt project info:
------------------------------
- Operating System: Linux
- Node Version: v18.18.0
- Nuxt Version: 3.9.3
- CLI Version: 3.10.0
- Nit…
-
### Environment
- Operating System: Windows_NT
- Node Version: v19.1.0
- Nuxt Version: 3.6.1
- Nitro Version: 2.5.1
- Package Manager: npm@9.3.0
- Builder: vite
- User Co…
-
I am trying to integrate the Vue-Stripe library into a PoC project and fail after adding it as a plugin and referencing it in the nuxt.config.ts. The error is:
```
TypeError: window.Stripe is not a …
-
### Environment
- Operating System: `Darwin`
- Node Version: `v18.16.0`
- Nuxt Version: `3.4.2`
- Nitro Version: `2.3.3`
- Package Manager: `yarn@1.22.19`
- Builder: `vite…
-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v18.15.0
- Nuxt Version: 3.5.3
- Nitro Version: 2.4.1
- Package Manager: yarn@3.6.0
- Buil…
-
I try to implement the module in my Nuxt page. But it seems it does not work properly every time.
I have setup the nuxt.config.js as follow:
```javascript
// One Signal
oneSignal: {
i…
-
Web app should be able to choose which MediaWiki-based wiki to fetch article content from. We do not want to hard-code wiki endpoints within the business logic and views for flexibility. For now, on p…