This is a Vue 3 + TypeScript + Vite application designed to help you randomize skins in League of Legends.
- Randomly generate skins for champions.
- Built with Vue 3, TypeScript, and Vite for a modern and fast experience.
- Uses Lucide icons for a sleek interface.
-
Clone this repository:
git clone https://github.com/migliorelli/lol-skin-randomizer cd lol-skin-randomizer
-
Install dependencies:
yarn install
-
Run the development server:
yarn dev
-
Open your browser at http://localhost:5173 to view the app.
To create a production build:
yarn build
Then preview the build:
yarn preview
-
Fork the project.
-
Create a new branch:
git checkout -b feature/new-feature
-
Make your changes and commit them:
git commit -m "Add new feature"
-
Push your changes:
git push origin feature/new-feature
-
Open a Pull Request.
This project uses the following dependencies:
- Vue 3: A progressive JavaScript framework.
- TypeScript: For type-safe development.
- Vite: A next-generation frontend tooling.
- Lucide: Icon library.
- Axios: For API requests.
For a complete list of dependencies, see the package.json
file.
The project uses Lucide icons. Check out the library at Lucide Vue Next.
This project is licensed under the MIT License.
- Author: Migliorelli
- Email: miglenten@gmail.com