Simple todo app implemented with Vue.js
Here's a sample video of a UX:
- pretty appearance by virtue of keen-ui
- responsive design
- keeping tasks in local storage
First of all you should install node.js.
IMPORTANT! Make sure that version of node.js
is at least 4 and version of npm
is at least 3.0.0
After that you need to run next commands in a directory with a project:
# install dependencies
npm install
And finally to to start dev server run this in a directory with the app:
# serve with hot reload at localhost:8080
npm run dev