Skip to content

Latest commit

 

History

History
46 lines (40 loc) · 1.07 KB

README.md

File metadata and controls

46 lines (40 loc) · 1.07 KB

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