cdesai / todo-vue

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:HTML 66.4%Language:JavaScript 17.7%Language:CSS 15.9%