SmartSLA / smartsla-frontend

Frontend Module for SmartSLA

Home Page:https://smartsla.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmartSLA

Project configuration

You can update the public/env/openpaas.js file to define the OpenPaaS instance to reach. Current environment variables are:

  • VUE_APP_OPENPAAS_URL: route to your OpenPaaS instance. Needs to be http://localhost:8080 in development mode.

  • SSP_URL: route to the SSP to be used to reset user password. ie https://ssp.localhost:8080

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Define a different port number :

npm run serve -- --port 8081

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

TESTS

unit

npm run test:unit

end-to-end

npm run test:e2e

About

Frontend Module for SmartSLA

https://smartsla.org

License:Other


Languages

Language:Vue 76.8%Language:JavaScript 23.1%Language:HTML 0.1%Language:Dockerfile 0.1%Language:Stylus 0.0%