Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 465 Bytes

File metadata and controls

17 lines (12 loc) · 465 Bytes

StateLoom Vue Example

A Vue 3 + Vite example demonstrating StateLoom state management.

Components

  • Counter -- signal + computed + effect via useSignal
  • TodoList -- createStore with devtools and persist middleware via useStore
  • UserProfile -- atom + derived composition via useSignal
  • ProxyState -- observable + snapshot for mutable state

Running

pnpm install
pnpm --filter example-vue-vite dev