tmotagam / ope-frontend

OPE Systems frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

OPE Systems frontend

License:GNU General Public License v3.0


Languages

Language:Vue 55.7%Language:TypeScript 40.2%Language:JavaScript 2.9%Language:SCSS 0.9%Language:HTML 0.3%