From: Eduardo San Martin Morote Date: Fri, 26 Aug 2022 13:18:11 +0000 (+0200) Subject: docs: update size X-Git-Tag: pinia@2.0.21~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3ae2dda06ae4dc7b79c46276ae5ea7da2af380a;p=thirdparty%2Fvuejs%2Fpinia.git docs: update size --- diff --git a/README.md b/README.md index 1a0c91cd..1e523bcc 100644 --- a/README.md +++ b/README.md @@ -107,18 +107,10 @@ A few notes about the project and possible questions: **A**: Dynamic modules are not type safe, so instead [we allow creating different stores](https://pinia.vuejs.org/cookbook/composing-stores.html) that can be imported anywhere -## Roadmap / Ideas - -- [x] Should the state be merged at the same level as actions and getters? -- [ ] ~~Allow grouping stores together into a similar structure and allow defining new getters (`pinia`)~~ - You can directly call `useOtherStore()` inside of a getter or action. -- [ ] ~~Getter with params that act like computed properties (@ktsn)~~ Can be implement through a custom composable and passed directly to state. - ## Installation ```bash -yarn add pinia -# or with npm +# or pnpm or yarn npm install pinia ``` diff --git a/packages/docs/index.md b/packages/docs/index.md index ac5124f4..26599735 100644 --- a/packages/docs/index.md +++ b/packages/docs/index.md @@ -19,7 +19,7 @@ features: - title: 🏗 Modular by design details: Build multiple stores and let your bundler code split them automatically. - title: 📦 Extremely light - details: Pinia weighs around 1kb, you will forget it's even there! + details: Pinia weighs ~1.5kb, you will forget it's even there! footer: MIT Licensed | Copyright © 2019-present Eduardo San Martin Morote ---