portal-core-fe
Portal Frontend Core Components
Install
npm i --save @oat-sa/portal-core
Development
Available scripts in the project:
-
npm run test <testname>
: run test suite-
testname
(optional): Specific test to run. If it is not provided, all will be ran.
-
-
npm run test:stats
: show statistic for tests (passed, failed ...) -
npm run test:build
: buildtest.bundle.js
for every test intotest
directory -
npm run test:watch
: start test server and watch changes -
npm run build
: build for production intodist
directory -
npm run build:watch
: build for production intodist
directory and watch for changes