Awesome
<br/>
<a href="https://github.com/mikeevstropov/vuex-loopback">
<div align="center">
<img alt="logo" src="public/img/logo.svg" height="70px"/>
</div>
</a>
<br/>
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
<br/>
<p align="center">Customer, Book and Order collection.</p>
<div align="center">
<img alt="index page" src="public/scr/page-index.png" width="500px"/>
</div>
<br/>
<p align="center">Collection documents.</p>
<div align="center">
<img alt="customers page" src="public/scr/page-customers.png" width="500px"/>
</div>
<br/>
<p align="center">Document editor.</p>
<div align="center">
<img alt="customer page" src="public/scr/page-customer.png" width="500px"/>
</div>
<br/>