https://github.com/zsgsdesign/noj_evino
Extended View Interface of NOJ
https://github.com/zsgsdesign/noj_evino
Last synced: 4 months ago
JSON representation
Extended View Interface of NOJ
- Host: GitHub
- URL: https://github.com/zsgsdesign/noj_evino
- Owner: ZsgsDesign
- License: mit
- Created: 2021-11-05T07:06:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T13:26:04.000Z (over 4 years ago)
- Last Synced: 2025-08-30T22:39:03.022Z (10 months ago)
- Language: Vue
- Size: 623 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NOJ EVINO
Extended View Interface for NOJ
## Install the dependencies
```bash
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
npm run lint
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).