pouchdb-feathersjs-client

2.1.0 • Public • Published

pouchdb-feathersjs-client

A featherjs pouchdb client side

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

use in browser

1- clone git  

2- copy dist folder

3- in your html file
<script src="./dist/app.js"></script>

window.PouchF

window.fapp

use in webpack

import pouf from "pouchdb-feathersjs-client"

pouf.PouchF

pouf.fapp

or 

import fapp from "pouchdb-feathersjs-client/feathersjs-app"

import PouchF from "pouchdb-feathersjs-client/feathersjs-service"

this module create feathersjs client app in appjs

and create pouchdb service for feathersjs app in PouchF

is work in browser and webpack

pouchdb query.

pouchdb .

featherjs client

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.1.0
    0
    • latest

Version History

Package Sidebar

Install

npm i pouchdb-feathersjs-client

Weekly Downloads

0

Version

2.1.0

License

GPL 3

Unpacked Size

229 kB

Total Files

13

Last publish

Collaborators

  • elsekoya