Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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