vue-pouch-example
vue-pouch-example copied to clipboard
An example of using Vue.js with PouchDB.
Vue Pouch Example
Vue + PouchDB
Build Setup
# Install dependencies
npm install
# Install PouchDB Server
npm install -g pouchdb-server
# Run PouchDB
pouchdb-server --port 5984
# Run app
npm run dev