- This app was an attempt to explore Vue without using
vue-cli
. local storage
was used to provide data persistence.- To see it in action, do the following from the root folder:
open index.html
- App based on this.
A very basic CRUD app written in Vue using local storage as the database. No routing. Works in Chrome.
vue-cli
.local storage
was used to provide data persistence. open index.html
A very basic CRUD app written in Vue using local storage as the database. No routing. Works in Chrome.