Skip to content

rbluethl/vue3-reactivity-breakdown

Repository files navigation

vue3-reactivity-breakdown

This interactive page helps you understand how Vue 3 reactivity works under the hood.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint