/vue-todomvc

Todo MVC

Primary LanguageVueMIT LicenseMIT

vue-todomvc

Todo MVC

Tasks

  • Todo Item Component
  • Add TODO
  • Remove TODO
  • Edit TODO
    • Double click to show editing field
    • Initial focus
    • Enter key to commit editing
    • ESC key to cancel editing
  • Toggle TODO
  • Toggle all
  • Filter by status
  • Clear completed
  • Persistent in localstorage