jac-uk / admin

The Vue SPA for managing applications and applicants
https://admin.judicialappointments.digital
MIT License
4 stars 2 forks source link
firebase vue-spa

Admin

This is the Vue 3 SPA for managing exercises and candidates. By default, it deploys to digital-platform-develop.

Clone repository onto local machine

git clone git@github.com:jac-uk/admin.git

Change directory into project directory

cd admin

Project setup

npm install

Add environment variables to root project

create .env.develop.local file in root Directory + Credentials

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint