Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1008 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 1008 Bytes

Vue 3 Composition API tutorial

Video Tutorials:

  1. Vue 3 Breaking Changes, and Upgrade from Vue 2 to Vue 3
  2. Vue 3 Composition API with simple Todos example
  3. Ref vs Reactive - Vue 3 Composition API
  4. watchEffect vs watch - Vue 3
  5. Multiple v-model for custom components
  6. Vue 3 Teleport
  7. Vue 3 Suspense and Lazy Load Components

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.