GitPointer / gravitee-management-webui

Gravitee.io - API Management - Management UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gravitee Management Webui

Build status Gitter

Install

Yarn tasks are ran from this base dir.

  • Install nodejs, it comes with npm

  • Install yarn

  • Then install node modules with:

yarn install

Prefer the use of yarn to use stable dependencies versions fixed by the yarn.lock file

Tasks

If you wanna serve the built version on dev mode :

yarn run serve

If you wanna serve the built version on production mode :

yarn run serve:dist

If you wanna serve the built version pointing on the demo’s server :

yarn run serve:demo

If you wanna serve the built version pointing on the nightly’s server :

yarn run serve:nightly

If you wanna launch e2e (end to end) tests with Protractor on the built version :

yarn run buildNoReg

Tested and approved with the BrowserStack platform

About

Gravitee.io - API Management - Management UI

License:Apache License 2.0


Languages

Language:TypeScript 51.9%Language:HTML 38.9%Language:CSS 5.9%Language:JavaScript 3.3%