ai-ground-quasar/README.md

25 lines
408 B
Markdown
Raw Normal View History

2024-05-23 02:20:16 +00:00
# stableDiffusion (stablediffusion)
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).