/ope-frontend

OPE Systems frontend

Primary LanguageVueGNU General Public License v3.0GPL-3.0

OPE logo

OPE (ope_frontend)

This is the frontend code of the OPE system.

Change the 'serverurl' variable inside 'quasar.config.js' file to point to the local ope server before starting the app.

If you like my work star it.

Install the dependencies

yarn
# or
npm install

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

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Customize the configuration

See Configuring quasar.config.js.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GPL v3.0