https://github.com/pkarpovich/conference-app
https://github.com/pkarpovich/conference-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkarpovich/conference-app
- Owner: pkarpovich
- License: mit
- Created: 2022-03-26T22:06:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T10:18:22.000Z (about 3 years ago)
- Last Synced: 2025-01-13T22:17:10.000Z (5 months ago)
- Language: JavaScript
- Size: 308 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# conference-app (conference-app)
conference-app
## Install the dependencies
```bash
yarn
# or
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
yarn lint
# or
npm run lint
```### Format the files
```bash
yarn format
# or
npm run format
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-webpack/quasar-config-js).