https://github.com/imotd/frontend-test
https://github.com/imotd/frontend-test
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imotd/frontend-test
- Owner: imotD
- Created: 2023-12-22T09:19:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-24T16:51:58.000Z (over 1 year ago)
- Last Synced: 2025-02-08T12:46:36.899Z (4 months ago)
- Language: JavaScript
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quasar App (frontend-test)
A Quasar Project
## Install the dependencies
```bash
yarn
# or
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.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).