1.2.0 • Published 2 years ago

@oat-sa/portal-core v1.2.0

Weekly downloads
23
License
GPL-2.0
Repository
github
Last release
2 years ago

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