LeagueStats/client
dependabot[bot] c83ddd30f8
chore(deps): bump lodash from 4.17.15 to 4.17.19 in /client
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-11 13:18:34 +00:00
..
public feat: add searched summoner name in page title 2020-06-26 17:27:22 +02:00
src feat: add nexus blitz gamemode 2020-07-22 19:59:20 +02: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 lodash from 4.17.15 to 4.17.19 in /client 2020-08-11 13:18:34 +00:00
package.json chore: bump deps 2020-08-11 15:17:14 +02: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 feat: better loading in match details 2020-06-20 17:50:41 +02: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.