The OpenPaaS Dashboard is a SPA application which provides unified access to your OpenPaaS data and external APIs.
Full documentation is available at https://linagora.github.io/openpaas-dashboard/.
npm install
VUE_APP_OPENPAAS_URL=http://localhost:8080 npm run serve
BASE_URL=/dashboard/ npm run build
Where BASE_URL
is the base URL where you deploy the app to. This is optional and will default to /
.
npm run lint
npm run test:unit
npm run test:e2e
npm run docs:dev
npm run docs:build