/todo-vue

An example ToDo application using Bootstrap 4 and Vue.js 2.0 utilising basic directives.

Primary LanguageHTMLMIT LicenseMIT

todo-vue

An example ToDo application using Bootstrap 4 and Vue.js 2.0 utilising basic directives.

Alt text

How to try it out.

  1. Clone the repo. git clone https://github.com/cdesai/todo-vue.git
  2. Run npm install.
  3. Run gulp serve.

Enjoy!

P.S.- There is no persistance at the moment. However one can see how Vue.js directives, component and computed properties can be used.