LeagueStats/client
2019-10-05 21:10:02 +02:00
..
public fix: remove viewport meta tag as long as responsive isn't done 2019-10-04 21:04:19 +02:00
src fix: months displayed in RecentActivity are more correct 2019-10-05 21:10:02 +02:00
.browserslistrc Starting with Vue 2019-03-30 23:55:48 +01:00
.env Start using Vuex Summoner : messy code 2019-09-08 22:08:49 +02: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 Make a custom Vue plugin for axios 2019-08-31 19:19:48 +02:00
package.json Make a custom Vue plugin for axios 2019-08-31 19:19:48 +02:00
postcss.config.js Work on responsive and add loading animation 2019-04-04 22:29:37 +02:00
README.md Starting with Vue 2019-03-30 23:55:48 +01:00
tailwind.config.js fix: height of the background on profiles 2019-09-23 19:51:04 +02:00

riot-vue

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.