louisfb01 / dashboard-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dashboard app

Overview

  • Description: This repository contains the front end code that underlies the dashboard app.
  • Primary author(s): Kevin Arsenault [@arsenaultk9], Alexandre Hamel [@ahamelmcgill], Xuefei Shi [@xuefeishi], Jeffrey Li [@JeffreyLi16], Maxime Lavigne [@malavv].
  • Contributors: Louis Mullie [@louism].
  • License: The code in this repository is released under the GNU General Public License, V3.

Project setup

npm install

Compile and serve for development (with hot reload)

npm run serve

Launches on https://localhost:8000 by default.

Compile and minify for production

npm run build

Security analysis

Trivy (Most severe) docker run --rm -v C:\dev\trivy:/root/.cache/ -v //var/run/docker.sock:/var/run/docker.sock aquasec/trivy image coda-hub-dashboard:latest --security-checks vuln > report.txt

npm npm audit

About


Languages

Language:Vue 79.3%Language:JavaScript 14.0%Language:SCSS 5.1%Language:Dockerfile 0.8%Language:HTML 0.5%Language:Shell 0.3%