Skip to content

Running-VincentW/vuejs-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo list vue app

Netlify Status

A simple todo list built with Vue and Bulma. The app connects to a mock backend, therefore any data you enter will not persist. You can access the live site here. I would also like to thank you Traversy Media for the vuex tutorial on youtube, which have inspired this project.

Features

  • Click on any todo items to edit the text
  • Add/ remove todo items
  • Mark/ unmark a todo item as completed

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.

About

A simple todo list built with Vue and Bulma.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published