-
Updated
Jul 30, 2020 - JavaScript
nuxt-module
Here are 187 public repositories matching this topic...
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Aug 13, 2020 - JavaScript
-
Updated
Aug 23, 2020 - JavaScript
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Aug 8, 2020 - JavaScript
-
Updated
Aug 18, 2020 - JavaScript
-
Updated
Aug 21, 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
Aug 21, 2020 - TypeScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Aug 23, 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
Jul 30, 2020 - JavaScript
-
Updated
Aug 5, 2020 - JavaScript
There is a need to show all features in practice, not just useFetch. Perhaps we could move some of the test fixture content into the demo app.
See #58.
-
Updated
Jul 4, 2020 - JavaScript
-
Updated
Jan 29, 2019 - JavaScript
-
Updated
Aug 22, 2020 - JavaScript
-
Updated
Jun 25, 2020 - JavaScript
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."
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