nuxt-module
Here are 165 public repositories matching this topic...
When scrolling we should check if the provided value dont exceeds the scroll limit. If we target value higer then maxScroll the easing effect is useless. If computed scroll value is more then browser maxscroll it should take maxscroll instead.
Version
Reproduction link
https://github.com/nuxt-community/modules/blob/master/packages/browserconfig/index.js
Steps to reproduce
path.resolve(this.options.srcDir, 'static', browserconfigFileName) and `content: '/' + browserconfigFi
The problem is with this line. It check whether current page enable auth middleware to see if you have right to stay on current page when logout. But I can't figure out the point of this check when login.
When I remove auth: false on page's option , or use auth: 'guest' the
What problem does this feature solve?
The @nuxtjs/firebase module provides service worker scripts for firebase auth sw sessions.
The problem is that (depending on where the script is included) it either:
- is ignored (because workbox responds with a caching strategy)
or
What problem does this feature solve?
In the past, Brotli was not supported on nodejs servers.
If I understand correctly, this is now supported since a few months : nodejs/node#20458
This PR dropped support for Brotli : nuxt-community/axios-module#180
Maybe it's time to revert this BR because Axios is supporting it too : https://github.com/ax
Version
Reproduction link
Steps to reproduce
Please add following tests:
expect(window.$nuxt.localePath('/about-us', 'fr')).toBe('/fr/a-propos')
expect(window.$nuxt.localePath({ path: '/about-us' }, 'fr')).
What problem does this feature solve?
how to use Apollo local state management? any examples? Let's say I want to create Apollo Local UI Cache State management. I our project we don't use vuex. as described in https://vue-apollo.netlify.com/guide/local-state.html#why-use-apollo-local-state-management
-
Updated
May 25, 2020 - JavaScript
-
Updated
May 22, 2020 - JavaScript
What problem does this feature solve?
Currently, if I want to use the @nuxtjs/router I'm left with a blank sitemap which doesn't take into account the custom routes I added manually in my router.js file as per @nuxtjs/router documentation. This would eliminate redundancy of definition of routes
What does the proposed changes look like?
Instead of using the result of createRoutes from
Version
Reproduction link
Steps to reproduce
- Create a folder without an index.md, index.comp.md inside or a [foldername].comp.md, [foldername.md] at the same level
What is expected ?
Just to work without index or to display an informative error that ei
-
Updated
May 26, 2020 - JavaScript
What problem does this feature solve?
In most places where dotenv is used system env vars override the dotenv vars, however dotenv-module does the exact opposite, swapping this around would give the expected result when using systemvars: true
-
Updated
May 26, 2020 - JavaScript
Version
@nuxtjs/firebase: 5.0.7
@nuxtjs/pwa: 3.0.0-beta.20
firebase: 7.14.2
nuxt: 2.12.2
Reproduction Link
https://github.com/m2sd/nuxt-firebase-pwa-test
Steps to reproduce
Follow the steps in the repo
What is Expected?
Firebase ssr auth and Workbox should work in conjunction so that requests are augmented with authorization AND cached
What is actually happen
Is your feature request related to a problem? Please describe.
Some variables don't override if you import before like $grid-breakpoints and $display-breakpoints
I think is because the instance of $display-breakpoints and $grid-breakpoints was created before the override variables ..
For this reason, when you override $grid-breakpoints, the variables $display-breakpoints still was the v
What problem does this feature solve?
This will reduce the app bundle size and improve initial loading speeds.
What does the proposed changes look like?
Following the guide here https://docs.sentry.io/platforms/javascript/#lazy-loading-sentry it should be possible, though it looks like the sentry loader is not available via npm :/
-
Updated
May 26, 2020 - JavaScript
Demo app doesn't work in IE11, guess same goes for IE9+
(as far as i understood you use css-variables and they are not supported by IE)


![image](https://user-images.githubuse
-
Updated
May 26, 2020 - JavaScript
-
Updated
Jan 29, 2019 - JavaScript
-
Updated
May 15, 2020 - JavaScript
-
Updated
May 21, 2020 - JavaScript
-
Updated
May 26, 2020 - TypeScript
nuxt.config.js
module.exports = {
...
gtm: {
id: // how to access the variable NUXT_APP_GTM here
},
modules: [
[
'nuxt-env',
{
keys: [
{
key: 'NUXT_APP_GTM',
default: 'GTM-XXXXXXX'
},
]
}
]
]
...
}
is there a way to acces
-
Updated
Nov 10, 2018 - Vue
Improve this page
Add a description, image, and links to the nuxt-module topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nuxt-module topic, visit your repo's landing page and select "manage topics."
Mb for nuxt asyncData api, because
waitFornot working for thisSomething like this
Or if
vue-waithave this function, sorry a