Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 540 Bytes

File metadata and controls

26 lines (18 loc) · 540 Bytes

Vuejs 3 composition api presentation

Introduction to the Vuejs 3 composition api and reactivity system examples. Included examples:

  • ref: mutable reactive variable
  • reactive: in depth reactivity for objects
  • computed: read only reactive variable
  • state management: explore the new possibilities in state management

Install and run

Clone the repository, cd in it and install:

yarn install
// or npm install

Then run:

yarn serve
// or npm run serve

The examples are available at localhost:8080