This is a simple application for a bookstore implementation using Vuejs. Main functionality includes:
- fetching the books from a mocked backend file
- Displaying the details of a selected book: Details of the book is retirieved using the book id.
- State management: User need to login first to use the application.
npm install
npm run serve