/hiv-clinic-frontend

A Vuejs front-end for HIV-Clinic site

Primary LanguageVue

HIV Clinic Frontend

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.

About

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.

Features

  • Integration with the HIV Clinic Backend API
  • Customizable reporting and data visualization

Getting Started

Follow these steps to set up and run the HIV Clinic Frontend on your local machine.

Prerequisites

Before you begin, ensure you have the following installed:

Installation

Build Setup

# 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.