https://github.com/juliangarcia04/imgconvert
https://github.com/juliangarcia04/imgconvert
firebase firebase-hosting google-cloud-platform vuejs3
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/juliangarcia04/imgconvert
- Owner: JulianGarcia04
- Created: 2023-02-03T17:54:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T18:58:57.000Z (over 2 years ago)
- Last Synced: 2025-02-03T21:01:37.266Z (over 1 year ago)
- Topics: firebase, firebase-hosting, google-cloud-platform, vuejs3
- Language: Vue
- Homepage: https://imgconvert.online
- Size: 571 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# menupproject (menup-test)
This is the test project for menüp, which I will be qualified for input to the company
## 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).