https://github.com/atiqurcode/quasar-all-in-one-app
A quasar world-info app
https://github.com/atiqurcode/quasar-all-in-one-app
information mobile-app quasar-framework rest-api
Last synced: 2 months ago
JSON representation
A quasar world-info app
- Host: GitHub
- URL: https://github.com/atiqurcode/quasar-all-in-one-app
- Owner: AtiqurCode
- Created: 2023-07-11T07:50:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T05:51:54.000Z (over 2 years ago)
- Last Synced: 2025-05-18T06:07:23.075Z (11 months ago)
- Topics: information, mobile-app, quasar-framework, rest-api
- Language: Vue
- Homepage: https://world-info-55.netlify.app
- Size: 462 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quasar App (worldtime)
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
```
### 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).