###Deploy URL: https://lol-custom-wesbite.vercel.app/
This project is a web application using Vue framework to introduce about the game League of Legend, a MOBA game.
This guide provides steps to configure the project environment and how to run it.
We using VSCode to setup this project.
- Setup for Frontend
- Ensure your computer has nodejs installed.
- Open the terminal, install the required dependencies
npm install vue axios bootstrap vue-router vue-pagination laravel-vue-pagination- bootstrap (v5.3): For website style and responsiveness
- vue (v3.5.13)
- axios
- vue-router
- vue-pagination
- laravel-vue-pagination
Using this command to run the website in terminal
npm run serve