/vue-pouch-example

Vue + PouchDB

Primary LanguageJavaScript

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