Sign inSign up

acdcjunior/simple-review-frontend

By acdcjunior

Updated about 8 years ago

Front-end for Simple Review

Image
0

311

acdcjunior/simple-review-frontend repository overview

vue-pouch-example

Vue.js + PouchDB

Build Setup

# install dependencies
npm install

# install PouchDB Server

npm install -g pouchdb-server

# serve PouchDB at localhost:5984
pouchdb-server --port 5984

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

Para desenvolver:

# Front-End:
# Suba o servidor de front end na porta 5000
npm run servir
# Suba o front-end dev:
npm run dev
# back-end:
npm start


Subindo o docker-compose:

  • Cria um CouchDB, com volume de dados conforme especificado no yaml
  • Cria um Fauxton apontando para o CouhDB

Tag summary

Content type

Image

Digest

Size

112.5 MB

Last updated

about 8 years ago

docker pull acdcjunior/simple-review-frontend