@oat-sa/portal-core
v1.2.0
Published
Portal Frontend Core Components
Downloads
127
Readme
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 suitetestname
(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
directorynpm run test:watch
: start test server and watch changesnpm run build
: build for production intodist
directorynpm run build:watch
: build for production intodist
directory and watch for changes