Skip to content

qirolab/vue-3-composition-api-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.