Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MaxGenash/vue.js2-todo-app

Repository files navigation

vue.js-todo-app

Simple todo app implemented with Vue.js

Here's a sample video of a UX: todo app

Features

  • pretty appearance by virtue of keen-ui
  • responsive design
  • keeping tasks in local storage

How to run the app?

Install node.js

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

Install dependencies

After that you need to run next commands in a directory with a project:

# install dependencies
npm install

Start the app

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published