Everkers / moon-slayer

League of legends profile editor tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moon slayer league of legends tool

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

Screenshots

Background changer Rank changer Rank changer Rank changer Rank changer

Technologies used

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
  • Basic project structure with a single package.json setup
  • Project scaffolding using vue-cli
  • Ready to use Vue plugins (axios, vue-electron, vue-router, vuex)*
  • Installed vue-devtools and devtron tools for development
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

Build Setup

# 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.

About

League of legends profile editor tool


Languages

Language:JavaScript 62.3%Language:Vue 36.2%Language:HTML 1.4%Language:Shell 0.1%