Hi random people from the internet :)
| No. | Learning Tasks | Date | DONE |
|---|---|---|---|
| 1 | Vue 2 | 15/07/2021 - 21/07/2021 | x |
| 2 | PrimeVue | 16/07/2021 - 18/07/2021 | v |
| 3 | PrimeFlex | 18/07/2021 | v |
| 4 | Vue Router | 18/07/2021 | v |
| 5 | Vuex | 19/07/2021 | v |
| 6 | GraphQL | 16/07/2021 - 21/07/2021 | x |
| 7 | Vue Apollo | 19/07/2021 - 21/07/2021 | x |
| 8 | Hasura | 19/07/2021 - 21/07/2021 | x |
| 9 | Testing with Jest | 21/07/2021 | x |
Extra note: v = Done // x = Discontinued for now
# 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
# run unit tests
npm run unit
# run all tests
npm testFor a detailed explanation on how things work, check out the guide and docs for vue-loader.