nuxtjs-woocommerce icon indicating copy to clipboard operation
nuxtjs-woocommerce copied to clipboard

⚡️ Nuxt 3 and Vue 3 headless eCommerce site with WooCommerce backend and Algolia search

Results 29 nuxtjs-woocommerce issues
Sort by recently updated
recently updated
newest added

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.2.0 to 3.2.1. Release notes Sourced from tailwindcss's releases. v3.2.1 Fixed Fix missing supports in types (#9616) Fix missing PostCSS dependencies in the CLI (#9617) Ensure micromatch...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vue/test-utils](https://togithub.com/vuejs/test-utils) | [`2.1.0` -> `2.2.0`](https://renovatebot.com/diffs/npm/@vue%2ftest-utils/2.1.0/2.2.0) | [![age](https://badges.renovateapi.com/packages/npm/@vue%2ftest-utils/2.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxtjs/tailwindcss](https://togithub.com/nuxt-community/tailwindcss-module) | [`5.3.5` -> `6.1.0`](https://renovatebot.com/diffs/npm/@nuxtjs%2ftailwindcss/5.3.5/6.1.0) | [![age](https://badges.renovateapi.com/packages/npm/@nuxtjs%2ftailwindcss/6.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Bumps [vue](https://github.com/vuejs/core) from 2.7.13 to 3.2.41. Release notes Sourced from vue's releases. v3.2.41 Please refer to CHANGELOG.md for details. v3.2.40 Please refer to CHANGELOG.md for details. v3.2.39 Please refer to...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tailwindcss](https://tailwindcss.com) ([source](https://togithub.com/tailwindlabs/tailwindcss)) | [`3.2.0` -> `3.2.1`](https://renovatebot.com/diffs/npm/tailwindcss/3.2.0/3.2.1) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@formkit/nuxt](https://togithub.com/formkit/formkit) | [`^1.6.1` -> `^1.6.5`](https://renovatebot.com/diffs/npm/@formkit%2fnuxt/1.6.1/1.6.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@formkit%2fnuxt/1.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxtjs/algolia](https://togithub.com/nuxt-modules/algolia) | [`^1.10.1` -> `^1.10.2`](https://renovatebot.com/diffs/npm/@nuxtjs%2falgolia/1.10.1/1.10.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxtjs%2falgolia/1.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

We can show the Pinia cart this way and remove the window.location.reload() but first we need to synchronize the WooCommerce cart with the Pinia state cart. ```vue Error fetching cart....

https://github.com/justinmetros/NuxtShop/tree/main

Subscribing Side Effects on Store Changes One significant advantage of Pinia is the ability to extend the store’s functionalities and implement side effects using plugins. With this ability, we can...