VueJs app to help research fantasy football players.
https://studious-fantasia.herokuapp.com/
You will need to publish one of your Google Sheets document tabs. Here are instructions on doing so.
Once you have the url, you must copy over config.example.js
to config.js
and add your url.
export default {
'sheets_url': '[Insert Google Sheets Published Url here]'
}
Now you are ready to start building away!
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.