The frontend of the HIV Clinic project, built with Vue.js and Bulma, providing an intuitive user interface for accessing clinic information and performance dashboards.
The HIV Clinic Frontend is a user-friendly web application that complements the backend server. It provides healthcare professionals and users with performance dashboards and reporting tools.
- Integration with the HIV Clinic Backend API
- Customizable reporting and data visualization
Follow these steps to set up and run the HIV Clinic Frontend on your local machine.
Before you begin, ensure you have the following installed:
# 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 a detailed explanation on how things work, check out the guide and docs for vue-loader.