Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.03 KB

Vue Tasks 📋

NPM

https://vue-tasks-roan.netlify.app/

Task manager built with VueJS during the course Vue JS 2 - The complete guide (including Vue Router & Vuex).

Main

Features

  • Tasks are draggable.
  • Tasks data and position are persisted using HTML web storage.

Technologies used

How to execute

Prerequisites npm / yarn

# clone the repository
git clone https://github.com/roanrobersson/vue-tasks

# enter the project folder
cd vue-tasks

# install dependencies
npm install

# execute the project
npm run serve