Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipevilar/eduqc
Eduqc pratical Test
https://github.com/felipevilar/eduqc
Last synced: 6 days ago
JSON representation
Eduqc pratical Test
- Host: GitHub
- URL: https://github.com/felipevilar/eduqc
- Owner: felipevilar
- Created: 2021-08-20T17:11:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T17:12:28.000Z (over 3 years ago)
- Last Synced: 2024-11-23T18:27:51.555Z (2 months ago)
- Language: JavaScript
- Size: 399 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eduqc App (eduqc)
Pratical test
## Install the dependencies
```bash
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.conf.js](https://v2.quasar.dev/quasar-cli/quasar-conf-js).