Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 682 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 682 Bytes

Opal administration webapp (opal-ui)

An interface to manage Opal content

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

npm run dev

Lint the files

npm run lint

Format the files

npm run format

Build the app for production

npm run build

Customize the configuration

See Configuring quasar.config.js.

CORS Setting during development

Add cors.allowed=http://localhost:9000 in OPAL_HOME/config/opal-config.properties to make sure REST calls do not fail.