@oat-sa/portal-core

Portal Frontend Core Components

Usage no npm install needed!

<script type="module">
  import oatSaPortalCore from 'https://cdn.skypack.dev/@oat-sa/portal-core';
</script>

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 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: build test.bundle.js for every test into test directory
  • npm run test:watch: start test server and watch changes
  • npm run build: build for production into dist directory
  • npm run build:watch: build for production into dist directory and watch for changes