Closed btimby closed 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
Done.
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