]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: update size
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 26 Aug 2022 13:18:11 +0000 (15:18 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 26 Aug 2022 13:18:11 +0000 (15:18 +0200)
README.md
packages/docs/index.md

index 1a0c91cdbf9cb91f3d44273abe52e035e7207ee7..1e523bccc1c725798bd4ac33668d2c3c0f8b169a 100644 (file)
--- 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
 ```
 
index ac5124f4f64396f67ceacb15ad28958a429f1033..26599735a34ea0e52641b1e5c1a799d8f9c22acf 100644 (file)
@@ -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
 ---