Game of Thrones API

This is a Vuejs 3 project, built to connect to the Lumen project that interacts with the Game of Thrones API website. It's pretty simply built, allowing a user to view all Game of Thrones books, and to comment on them.

Project setup

npm install

To Compile the project to a local server

npm run serve

Minifying for production

npm run build