mdetweil / demo-app

show how a store can be linked with composition api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo-app

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

See how computed functions are used in the composition module to map to the store, those computed functions are then imported into the components and passed down to the children as composed objects, swapping would be as easy as moving one property to another composed object and updating that objects interface to contain a new property

About

show how a store can be linked with composition api


Languages

Language:JavaScript 53.0%Language:Vue 31.0%Language:HTML 16.0%