Skip to content

sfinx13/todo-app-vuejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS Valide !

💻 Todo app with Vue.js

An app to experiment the fundamentals of Vue3, was installed via direct <script> include

Prototype

💻 Key concepts applied

  • Global API createApp
    • Returns an application instance which provide an application context. The entire component tree mounted by the application instance share the same context.
  • Components
    • Define a component
    • Use a component
    • Attribute class, style, form input binding
    • Listen to events
    • Declare methods
    • Passing props
    • Emit and listen to custom events
  • Directives
    • v-if
    • v-for
    • v-model
    • v-on
  • Special Attributes
    • key
    • ref
  • Shorthand syntax

Screenshot

About

Simple todo app to experiment the fundamentals of Vue3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published