]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: add link to CS
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 22 Sep 2020 14:06:37 +0000 (16:06 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 22 Sep 2020 14:06:37 +0000 (16:06 +0200)
README.md

index 158c645f3e68e44b40b3747def12a502fdc8b362..4ad255893e4231a3ae7a1857d5ff7f2f240cccba 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@
 
 ## 👉 [Demo](https://github.com/posva/vue-next-pinia)
 
+You can also find an online playground on [CodeSandbox](https://8jwbf.sse.codesandbox.io)
+
 ⚠️⚠️⚠️ This project is experimental, it's an exploration of what a _Store_ could be like using [the composition api](https://vue-composition-api-rfc.netlify.com). It works both for Vue 2.x and Vue 3.x and you are currently on the branch that supports Vue 3.x. [Go here for the Vue 2.x compatible version](https://github.com/posva/pinia/tree/master).
 
 What I want is to inspire others to think about ways to improve Vuex and come up with something that works very well with the composition api. Ideally it could also be used without it.