btimby / ug

Web Underground browser-based website hosting platform.
MIT License
4 stars 0 forks source link

Build a more complex TODO application. #12

Closed btimby closed 3 years ago

btimby commented 3 years ago

Build a TODO application as a single .html file using vue.js. Use localStorage to store the TODO items.

Here is an example template of using vue.js in a single HTML file. https://github.com/vuejs-templates/simple

Should load vue.js from a supported CDN, to keep it out of the bundle

btimby commented 3 years ago

Done.