shopping-list-vuejs-pouchdb
shopping-list-vuejs-pouchdb copied to clipboard
Research
I first looked at Vuetify which creates a template app (rather like Ruby on Rails does). I found it a bit heavyweight. Tons of files everywhere, really complicated build process. I couldn't find anything.
Then I looked at building my own app with MaterializeCSS + Vue.js + PouchDB but I got stuck with attaching event listeners to the MaterializeCSS components. So I have up.
I fixed on the following tools:
- http://vuematerial.io/ - Vue + Material Design components
- https://vuejs.org/ - Vue.js framework
- https://pouchdb.com/ - PouchDB library
- https://usecuid.org/ - unique id generation
and built my own single-page web app.