-
Updated
Apr 28, 2022 - Vue
nuxt-module
Here are 297 public repositories matching this topic...
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
May 17, 2022 - JavaScript
-
Updated
May 19, 2022 - TypeScript
-
Updated
Mar 26, 2022 - JavaScript
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
-
Updated
May 15, 2022 - TypeScript
-
Updated
May 18, 2022 - JavaScript
-
Updated
May 16, 2022 - TypeScript
-
Updated
Mar 7, 2022 - 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)
 {
if (process.server) {
try{
const products = await context.app.$shopify.product.fetchAll();
commit('products/setProducts', products)
}catch (e) {
` console.log('
-
Updated
May 16, 2022 - 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."
Here's inspiration: nuxt-community/auth-module#328 (comment)