LeagueStats/client
dependabot[bot] ceeaf7351e
chore(deps): bump json5, @vue/cli-plugin-babel, @vue/cli-plugin-eslint and @vue/cli-service
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel), [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint) and [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service). These dependencies need to be updated together.


Updates `json5` from 0.5.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v0.5.1...v2.2.3)

Updates `@vue/cli-plugin-babel` from 4.5.13 to 5.0.8
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-plugin-babel)

Updates `@vue/cli-plugin-eslint` from 4.5.13 to 5.0.8
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-plugin-eslint)

Updates `@vue/cli-service` from 4.5.13 to 5.0.8
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-service)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: "@vue/cli-plugin-babel"
  dependency-type: direct:development
- dependency-name: "@vue/cli-plugin-eslint"
  dependency-type: direct:development
- dependency-name: "@vue/cli-service"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 15:09:18 +00:00
..
public feat: only enable google crawlers on homepage 2020-08-14 23:35:52 +02:00
src feat: add the 5 new asian regions 2023-01-10 15:58:41 +01:00
.browserslistrc Starting with Vue 2019-03-30 23:55:48 +01:00
.eslintrc.js feat: add hover infos for summoners' items 2019-11-14 21:22:01 +01:00
.gitignore Starting with Vue 2019-03-30 23:55:48 +01:00
babel.config.js fix: remove console.log in production 2020-06-21 13:39:02 +02:00
jsconfig.json chore: add jsconfig file to vue project 2020-02-04 21:21:07 +01:00
package-lock.json chore(deps): bump json5, @vue/cli-plugin-babel, @vue/cli-plugin-eslint and @vue/cli-service 2023-01-10 15:09:18 +00:00
package.json chore(deps): bump json5, @vue/cli-plugin-babel, @vue/cli-plugin-eslint and @vue/cli-service 2023-01-10 15:09:18 +00:00
postcss.config.js chore: update client deps and use built in tailwindcss purgecss 2020-06-11 20:39:28 +02:00
README.md refactor: get last riot patch from backend instead of manually change it 2019-10-21 15:30:48 +02:00
tailwind.config.js chore: only add custom content in tailwind config 2020-12-05 00:31:54 +01:00
vue.config.js refactor: remove vuejs map files in production 2019-10-21 16:15:33 +02:00

LeagueStats Frontend

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.