This application shows how data sent to the LCU can be modified or read to change visual stuff like, icon, background, hovercard, or read data such as profile data, friends, and more.
My discord Everkers#6416
Project | Version | Description | Reasons behind choosing it |
---|---|---|---|
VueJS | @2.6.16 | Vue.js is an open-source JavaScript framework for building user interfaces | The reason why i choose Vuejs it's because of the clean project structure and good performance. |
axios | @0.18.1 | A based HTTP client for the browser and node.js | Dealing with api's is simple with axios! |
vue-electron | @1.0.6 | Electon with vue template for easy and clean project setup |
|
lcu-connector | @2.1.3 | This connector automatically retrieves the credentials for the API that starts when the new League of Legends client is launched. | Easy way to connect and retrieve data from league client |
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# run unit & end-to-end tests
npm test
# lint all JS/Vue component files in `src/`
npm run lint
This project was generated with electron-vue@45a3e22 using vue-cli. Documentation about the original structure can be found here.