nuxt-module
Here are 138 public repositories matching this topic...
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
Version
Reproduction link
https://codesandbox.io/s/codesandbox-nuxt-0vhpu
Steps to reproduce
On bare simple setup
empty store.js
export const state = () => ({})
nuxt.config.js
auth: {
redirect: {
login: '/login',
logout: '/',
h
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
https://codesandbox.io/s/onesignal-6b1ew
Steps to reproduce
Set OneSignal settings and check in console
What is expected ?
Pass my settings to OneSignal config
What is actually happening?
Only pass AppId to the settings
Version
Reproduction link
https://codesandbox.io/s/floral-resonance-qnhqo
Steps to reproduce
In sandbox try to navigate to /fr/test-fr, it will 404.
To fix move the contents of scripts.js into the <script> tag in the index.vue file, restart sandbox, and navigating to the d
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
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
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
🌅🚀 Automatically optimizes images used in Nuxt.js projects (JPEG, PNG, SVG, WebP and GIF).
-
Updated
Jan 25, 2020 - JavaScript
Loads your .env file into your application context
-
Updated
Jan 23, 2020 - JavaScript
TailwindCSS module for Nuxt.js with PurgeCSS
-
Updated
Jan 23, 2020 - JavaScript
Shouldn't documentation state that it should be added in buildModules (or devModules) rather than modules? And shouldn't it state that this is devDependency then? As far as I can see it only affects building.
Version
Reproduction link
Steps to reproduce
router.base that is by default set to / and can be overridden, isn't taken into account in:
What is expect
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
🔥 Easily integrate Firebase into your Nuxt 2 project. 🔥
-
Updated
Jan 23, 2020 - JavaScript
Nuxt.js module to use router.js instead of pages/ directory.
-
Updated
Jan 16, 2020 - JavaScript
Efficient web font loading has never been easier!
-
Updated
Jan 24, 2020 - JavaScript
Right now when I click on the icon name and copy it to clipboard - I get default namespace also copied so the result is: icons/icon-name, which is a bit redundant since icon-name will work just fine cos it is located in the root folder anyway so it would be great if namespace was added only for internal folders
Nuxt module to minify your images. Works with: png, jpeg, gif, and svg
-
Updated
Jan 24, 2020 - JavaScript
Hi there. There is an important thing I'd like to be underscored in the readme. When using nuxt-client-init-module together with @nuxtjs/axios, it's important to use this order of modules:
{
//...
modules: [
'nuxt-client-init-module', // should come first
'@nuxtjs/axios',
],
}and not this one:
{
//...
modules: [
'@nuxtjs/axios', // DON'T DO IT! if 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."
It should be a good feature an option to "waiting" slot overlay the content instead of hiding it since the "waiting" be able to know the component height.
Or any idea how to do this?