jac-uk / admin

The Vue SPA for managing applications and applicants

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 75.3%Language:JavaScript 24.3%Language:HTML 0.2%Language:SCSS 0.1%