AI广场
Go to file
2024-05-23 10:20:16 +08:00
.vscode first commit 2024-05-23 10:20:16 +08:00
public first commit 2024-05-23 10:20:16 +08:00
src first commit 2024-05-23 10:20:16 +08:00
src-ssr first commit 2024-05-23 10:20:16 +08:00
.editorconfig first commit 2024-05-23 10:20:16 +08:00
.gitignore first commit 2024-05-23 10:20:16 +08:00
.npmrc first commit 2024-05-23 10:20:16 +08:00
index.html first commit 2024-05-23 10:20:16 +08:00
jsconfig.json first commit 2024-05-23 10:20:16 +08:00
package-lock.json first commit 2024-05-23 10:20:16 +08:00
package.json first commit 2024-05-23 10:20:16 +08:00
postcss.config.cjs first commit 2024-05-23 10:20:16 +08:00
quasar.config.js first commit 2024-05-23 10:20:16 +08:00
README.md first commit 2024-05-23 10:20:16 +08:00
vite.config.ts first commit 2024-05-23 10:20:16 +08:00

stableDiffusion (stablediffusion)

A Quasar Project

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.