Skip to content

rfcx/guardian-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guardian Dashboard

Guardian Dashboard website build with Vue 3, Typescript, Vite, Windi CSS, Vuex

Requirements

  • node 14+
  • npm 7+

Getting started

  1. Install dependencies:

npm install

  1. Start developing an application:

npm run serve

  1. Lint the code:

npm run lint

  1. Run unit tests:

npx vitest

  1. Build package:

npm run build

  1. To see how it looks on production:

npm run docker.build npm run docker.run