Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 221 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 221 Bytes

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