League Quest is a Vue.js web application for League of Legends.
It tracks users as they progress through quests and allows them to compete with others.
- Login
- Quest progress page
- Leaderboards (soon)
- User settings (soon)
- Detailed per user stats page
- Detailed overall stats page
Node > 7
- yarn/npm
- poi,
yarn global add poi
src/
: App filescomponents/
: Components directorystore/
: Vuex stores directorymodules/
: Vuex stores seperated into modules
index.js
: App entry file
poi.config.js
: Config file for poipackage.json
: App manifest.gitignore
: Ignore git files
yarn
: Download dependenciesyarn dev
: Run in development modeyarn build
: Build in production modeyarn test
: Run testsyarn lint
: Run eslint