todo-starter

The objective of the exercise is to create a Vuejs todo list. during this course you will learn to:

  • create a vue js project.
  • clone a project from github
  • learn to use the fundamentals of the vuejs framework

##Here is a final example of this exercise

exemple

Add project to your computer

git clone https://github.com/MaloLebrin/todo-starter.git

Project setup

yarn

Compiles and hot-reloads for development mode

yarn dev

Compiles and minifies for production

yarn build

Customize configuration

See Configuration Reference.