A Vue.js project to track OverWatch friends rank.
Desktop
Mobile
Administration
- Translation (only french for now)
- Find a way to retrieve Battle.Net friends from Blizzard for easy setup
- Use Bootstrap as a dependency rather than CDN? or at least extract used part only
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.