A Vue.js frontend app for BookshelfApi.
A simple bookshelf management application. As envisioned, it will allow you to sort, organize, and find your books, cds, dvds across various (potentially nested) storage locations.
# install dependencies
yarn install
# serve with hot reload at localhost:8080
yarn dev
# build for production with minification
yarn build
# build for production and view the bundle analyzer report
npm run build --report