From: Eduardo San Martin Morote Date: Fri, 6 Dec 2019 16:13:50 +0000 (+0100) Subject: docs: adapt readme X-Git-Tag: 0.1.0-alpha.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f45c84ac4cfc8a5dec99974f46da262259031708;p=thirdparty%2Fvuejs%2Fpinia.git docs: adapt readme --- diff --git a/README.md b/README.md index 3301f654..0f21d9be 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ > Pronounced like the fruit, in Spanish _Piña_ > -> _Piña_ is also an invalid package name... +> _Piña_ is also an invalid package name... that's why it has to be _pinia_ -🍍Type Safe Modular and lightweight (but **Experimental**) Store for Vue based on the composition api +🍍Automatically Typed, Modular and lightweight (but **Experimental**) Store for Vue based on the composition api with devtools support Demo (TODO link) @@ -239,7 +239,7 @@ export async function orderCart() { #### Creating _Pinias_ -_Not implemented_. Replaces the examles above +_Not implemented_. Replaces the examles above about combining state and getters and about composing stores. Combine multiple _stores_ (gajos) into a new one: