Skip to content

asmaNode/esn-frontend-mailto

 
 

Repository files navigation

esn-frontend-mailto

mailto: application for OpenPaaS

Note: Integrated from https://github.com/linagora/linagora.esn.unifiedinbox/commit/764de58c53d05fd0bf96f0cd8ca1e567e8bd19dd

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

mailto: SPA for OpenPaaS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • HTML 2.0%
  • CSS 0.4%