Vuejs Web UI application that uses ShopAPI REST JSON APIs
- List & browse books (complete)
- Search, Paginate books (pending)
- Book Detail Page (pending))
- Cart (pending)
docker-compose build
docker-compose up
open http://localhost:8082
make build
docker run -it --rm -p 8083:80 devteds/demo-bookstore-shopui:latest
open http://localhost:8083
make build
make push