A Vue.js app that utilizes the public Elder Scrolls Legends API to display card images and card info. It uses Vuex to manage app state and Vue router to handle page navigation.
This project is a vue.js app that utilizes the public Elder Scrolls Legends API to display card images and card info.
It uses vuex to manage app state and vue router to handle page navigation.
Check out the live demo here: Live Demo
After cloning the repo or downloading and extracting a zip of the project navigate to the project’s root directory and
run the command:
npm install
Execute the command
npm run serve
in the project directory then navigate to the provided local host address in your browser.
More information about the API can be found at the following link: Elder Scrolls Legends API
This app was created by Alex Noble: GitHub - LinkedIn
Thank you!