From: Eduardo San Martin Morote Date: Thu, 30 Jan 2020 13:44:13 +0000 (+0100) Subject: docs: add note about next branch X-Git-Tag: 0.0.6~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3025ad8ecb5c57debe4a2969927c022fe9c0a6ee;p=thirdparty%2Fvuejs%2Fpinia.git docs: add note about next branch --- diff --git a/README.md b/README.md index 1b070f13..cd2e3495 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ ⚠️⚠️⚠️ 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 for Vue 2 by using the [official library](https://github.com/vuejs/composition-api). +**If you are looking for the version compatible with Vue 3.x, check the [`next` branch](https://github.com/posva/pinia/tree/next)** + 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. **@vue/composition-api is necessary**. There are the core principles that I try to achieve with this experiment: