Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 878 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 878 Bytes

vpa-tool

This is the repo for the vPA tool frontend.

The process involves importing a CSV file with all assessments that are saved in the localStorage and reviewed locally by the Veteran Community Advisor. An external endpoint is connected to the app to have the updated number of reviews carried out by the vPAs and to be able to coordinate the work efficiently.

The development is based on Vue.js

An example CSV to import is here The demo is here

Development

Project Setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.