How to build an TODO app using Vuejs
Vuejs is a MVVM JavaScript framework. With Vuejs easy to understand documentation and bootstrap for styling I created this simple TODO app, check it out!
Lets go over the structure and API used for this app. See code source for reference.
JS
HTML
This was my first Vuejs experience and I’m already planing to use Vuejs for future projects and so should you. Very enjoyable framework!
Feel free to improve this app by requesting issues or pull requests on Github
Enjoy your code.