jac-uk / admin

The Vue SPA for managing applications and applicants

Home Page:https://admin.judicialappointments.digital

Repository from Github https://github.comjac-uk/adminRepository from Github https://github.comjac-uk/admin

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

About

The Vue SPA for managing applications and applicants

https://admin.judicialappointments.digital

License:MIT License


Languages

Language:Vue 71.8%Language:JavaScript 27.9%Language:HTML 0.2%Language:SCSS 0.1%