-
Updated
Sep 7, 2020 - JavaScript
nuxt-module
Here are 198 public repositories matching this topic...
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Aug 14, 2020 - Vue
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"]
},
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Sep 30, 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)




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