2020-10-02 07:13:14 +00:00
|
|
|
# Flaschengeist (flaschengeist-frontend)
|
2019-12-20 12:45:37 +00:00
|
|
|
|
2020-10-02 07:13:14 +00:00
|
|
|
Dynamischen Managementsystem für Studentenclubs
|
|
|
|
|
|
|
|
## Install the dependencies
|
|
|
|
```bash
|
2019-12-20 12:45:37 +00:00
|
|
|
npm install
|
|
|
|
```
|
|
|
|
|
2020-10-02 07:13:14 +00:00
|
|
|
### Start the app in development mode (hot-code reloading, error reporting, etc.)
|
|
|
|
```bash
|
|
|
|
quasar dev
|
2019-12-20 12:45:37 +00:00
|
|
|
```
|
|
|
|
|
2020-10-02 07:13:14 +00:00
|
|
|
### Lint the files
|
|
|
|
```bash
|
|
|
|
npm run lint
|
2019-12-20 12:45:37 +00:00
|
|
|
```
|
|
|
|
|
2020-10-02 07:13:14 +00:00
|
|
|
### Build the app for production
|
|
|
|
```bash
|
|
|
|
quasar build
|
2019-12-20 12:45:37 +00:00
|
|
|
```
|
|
|
|
|
2020-10-02 07:13:14 +00:00
|
|
|
### Customize the configuration
|
|
|
|
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).
|