2.1.0 • Published 7 years ago

pouchdb-feathersjs-client v2.1.0

Weekly downloads
4
License
GPL 3
Repository
github
Last release
7 years ago

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

2.1.0

7 years ago

2.0.32

7 years ago

2.0.28

7 years ago

2.0.27

7 years ago

2.0.26

7 years ago

2.0.25

7 years ago

2.0.24

7 years ago

2.0.23

7 years ago

2.0.22

7 years ago

2.0.21

7 years ago

2.0.20

7 years ago

2.0.19

7 years ago

2.0.18

7 years ago

2.0.17

7 years ago

2.0.16

7 years ago

2.0.15

7 years ago

2.0.14

7 years ago

2.0.13

7 years ago

2.0.12

7 years ago

2.0.11

7 years ago

2.0.10

7 years ago

2.0.9

7 years ago

2.0.8

7 years ago

2.0.7

7 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago