Installation
Install the package
Section titled “Install the package”bash npm install @vp-tw/nanostores-qs nanostores bash pnpm add @vp-tw/nanostores-qs nanostores bash yarn add @vp-tw/nanostores-qs nanostores Framework bindings
Section titled “Framework bindings”Add the nanostores binding for your framework:
bash npm install @nanostores/react bash npm install @nanostores/vue bash npm install @nanostores/svelte bash npm install @nanostores/solid Entry points
Section titled “Entry points”The library exports two entry points:
| Import path | Purpose |
|---|---|
@vp-tw/nanostores-qs | Core: createQsUtils factory |
@vp-tw/nanostores-qs/presets | Built-in presets + createPreset for custom presets |