Simple Todo List

The goal of this project is to use Meteor.js, Vue.js to create a cross-platform to-do list application based on tutorial.

Demo

[demo]

Screenshots

Installation

  • Clone the repo.

    git clone https://github.com/lokyiec/simple-todos-vue && cd simple-todos-vue
  • Install dependencies.

    meteor npm install
  • Start project.

    meteor run