From: Eduardo San Martin Morote Date: Wed, 27 Oct 2021 15:07:42 +0000 (+0200) Subject: chore: link to demo with vite X-Git-Tag: pinia@2.0.0~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8dc2469a459fbedbdc085584392e4db87b4a21a7;p=thirdparty%2Fvuejs%2Fpinia.git chore: link to demo with vite --- diff --git a/README.md b/README.md index 1c887e6f..83bdee74 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ Pinia works both for Vue 2.x and Vue 3.x. It requires Vue 2 with the latest `@vu Pinia is the most similar English pronunciation of the word _pineapple_ in Spanish: _piña_. A pineapple is in reality a group of individual flowers that join together to create a multiple fruit. Similar to stores, each one is born individually, but they are all connected at the end. It's also a delicious tropical fruit indigenous to South America. -## 👉 [Demo on StackBlitz](https://stackblitz.com/github/piniajs/example-nuxt-3) +## 👉 [Demo with Vue 3 on StackBlitz](https://stackblitz.com/github/piniajs/example-vue-3-vite) + +## 👉 [Demo with Nuxt 3 on StackBlitz](https://stackblitz.com/github/piniajs/example-nuxt-3) ## 👉 [Demo on CodeSandbox](https://y4dfi.csb.app)