https://github.com/itinance/quasar-meta-data-test
This repository is testing the meta-data-plugin (not working as expected yet)
https://github.com/itinance/quasar-meta-data-test
Last synced: 8 months ago
JSON representation
This repository is testing the meta-data-plugin (not working as expected yet)
- Host: GitHub
- URL: https://github.com/itinance/quasar-meta-data-test
- Owner: itinance
- Created: 2023-12-07T19:07:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T22:45:37.000Z (over 2 years ago)
- Last Synced: 2025-06-15T08:04:53.382Z (12 months ago)
- Language: JavaScript
- Size: 162 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quasar App (meta-data-test)
meta data test
## 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).