This app was created as a welcome screen where it shows the plan for the day and for days to come. I've used it to implement a simple vue.js page with data accessing from a google sheet api with axios. It was built to run on a 1080 x 1920 screen.
## Project setup
npm install
### Compiles and hot-reloads for development
npm run serve
### Compiles and minifies for production
npm run build
### Lints and fixes files
npm run lint
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).