PC Health WebApp
CMPS 253 Project 09 - PC Health: The WebApp constitutes the front end of our project.
Link to WebApp - GitHub Pages
Link to WebApp - Azure
Screenshots
Coming Soon
Tech/Framework
Built with
- HTML
- JavaScript
- CSS
- Vue.js/Vue CLI/Vue Router
- Bootstrap
- CoreUI
Features
- Login in as an Admin/Organization
- Display all leaves
- Sort/Filter leaf data by name/tag/organization
- Display leaf data at a specific point in time
- Display leaf data over time using graphs
- Download leaf app locally
- Set up notifications
Tutorials
Set up
Pre-requisites
- Node.js 10.x or above
- npm 6.7 or above (comes with Node)
- Vue CLI
npm install -g @vue/cli
- If using VSCode I recommend the Vetur extension
Installs Project Dependencies
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
Adding dependencies
npm install --save <library>
Deploy to GitHub Pages
npm run deploy
Tutorial