https://github.com/jerr-it/universal-overlay
https://github.com/jerr-it/universal-overlay
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jerr-it/universal-overlay
- Owner: jerr-it
- Created: 2023-09-27T10:16:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T20:34:37.000Z (over 2 years ago)
- Last Synced: 2024-12-31T22:09:50.524Z (over 1 year ago)
- Language: TypeScript
- Size: 530 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Universal Overlay (universal-overlay)
A Universal Overlay
## 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-vite/quasar-config-js).