Skip to content

mikeevstropov/vuex-loopback-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


logo

Installing

1. Clone loopback-example-relations and start api-server.
git clone https://github.com/strongloop/loopback-example-relations.git
cd loopback-example-relations
yarn install
yarn start
2. Clone vuex-loopback-example and start web-server.
git clone https://github.com/mikeevstropov/vuex-loopback-example.git
cd vuex-loopback-example
yarn install
yarn serve

Usage


Customer, Book and Order collection.

index page

Collection documents.

customers page

Document editor.

customer page