-
Updated
Dec 11, 2020 - JavaScript
nuxt-module
Here are 220 public repositories matching this topic...
-
Updated
Dec 22, 2020 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 23, 2020 - JavaScript
-
Updated
Dec 20, 2020 - TypeScript
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
Is your feature request related to a problem? Please describe.
I need to send the iso code to my CMS to retrieve content in the correct language
Describe the solution you'd like
make the iso code available directly
-
Updated
Dec 3, 2020 - JavaScript
-
Updated
Dec 23, 2020 - JavaScript
-
Updated
Dec 16, 2020 - TypeScript
-
Updated
Dec 23, 2020 - JavaScript
-
Updated
Dec 23, 2020 - JavaScript
I wanted to declare the assets like so but it doesn't want to work. I tried all paths.
[
'@nuxtjs/style-resources', {
scss: [ "~css/variables.scss"],
}
]
It only works with this Syntax, could someone explain why or what im doing wrong?
modules: ["@nuxtjs/style-resources"],
styleResources: {
scss: ["~css/variables.scss"]
},
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)


