shopping-list-vuejs-pouchdb icon indicating copy to clipboard operation
shopping-list-vuejs-pouchdb copied to clipboard

Research

Open mmcelaney opened this issue 8 years ago • 1 comments

@mmcelaney commented on Thu Sep 07 2017

mmcelaney avatar Sep 07 '17 21:09 mmcelaney

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.

glynnbird avatar Sep 08 '17 16:09 glynnbird