From 87af32ec0a45631008bd0cde9a06943e08f307fc Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 22 Sep 2020 16:06:37 +0200 Subject: [PATCH] docs: add link to CS --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 158c645f..4ad25589 100644 --- 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. -- 2.47.2