fabienmoyon / esn-frontend-account

Account SPA for OpenPaaS https://open-paas.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esn-frontend-account

User account application for OpenPaaS

Development

Launch the dev server on http://localhost:9900:

OPENPAAS_URL=https://dev.open-paas.org npm run serve
  • OPENPAAS_URL: The OpenPaaS URL to be used by the current SPA application. Defaults to http://localhost:8080.

The development server can also be used to serve minified SPA to check that everything is OK:

OPENPAAS_URL=https://dev.open-paas.org npm run serve:prod

Build

Generates minified SPA in the ./dist folder:

npm run build:prod

About

Account SPA for OpenPaaS https://open-paas.org/

License:Other


Languages

Language:JavaScript 80.3%Language:HTML 13.2%Language:CSS 6.5%