/orrui

Exploration of new ORR portal based on Quasar/Vue

Primary LanguageVue

See how this project has been set up.

Status: A very basic prototype to motivate some discussion.


orrui

Install the dependencies

yarn

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

quasar dev

Build the app for production

quasar build --modern

Installation on the COR machine:

 cp -r dist/spa/* /var/www/html/cor-test/orrui/

Verify by opening http://cor-test.esipfed.org/orrui/

Customize the configuration

See Configuring quasar.conf.js.