Hackathon Website and Management Web App
It is configured with Vue JS, Vuetify with PWA support.
Fork this repository and work on a different branch. Name the branch with your firstName_lastName. Once you are ready for commit, process a "Pull Request" to this repo. We will review your code and functionality and merge to the master.
The application is using Vue Js and Vuetify Framework. It is initially generated with vue cli 3.0 with 'No' ESLine, 'No' Unit test setup and 'YES' for a-la-carte' components so that each components that need to be used should be first imported on /src/main.js file.
# 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.