LeagueStats/client
2019-10-22 17:44:02 +02:00
..
public feat: add footer with GitHub link 2019-10-13 18:12:17 +02:00
src fix: kill participation is 0% if ally team didn't make any 2019-10-21 18:24:28 +02:00
.browserslistrc Starting with Vue 2019-03-30 23:55:48 +01:00
.eslintrc.js Configure ESLint for the Vue project 2019-08-23 16:48:16 +02:00
.gitignore Starting with Vue 2019-03-30 23:55:48 +01:00
babel.config.js Starting with Vue 2019-03-30 23:55:48 +01:00
package-lock.json feat: add purgecss in production 2019-10-22 17:44:02 +02:00
package.json feat: add purgecss in production 2019-10-22 17:44:02 +02:00
postcss.config.js feat: add purgecss in production 2019-10-22 17:44:02 +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: add loading animation on load more matches button 2019-10-06 15:08:24 +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.