No description
Find a file
2025-04-23 15:55:28 +01:00
.vscode Initial commit. 2025-04-23 15:55:28 +01:00
public Initial commit. 2025-04-23 15:55:28 +01:00
src Initial commit. 2025-04-23 15:55:28 +01:00
src-ssr Initial commit. 2025-04-23 15:55:28 +01:00
.editorconfig Initial commit. 2025-04-23 15:55:28 +01:00
.gitignore Initial commit. 2025-04-23 15:55:28 +01:00
.npmrc Initial commit. 2025-04-23 15:55:28 +01:00
index.html Initial commit. 2025-04-23 15:55:28 +01:00
jsconfig.json Initial commit. 2025-04-23 15:55:28 +01:00
package.json Initial commit. 2025-04-23 15:55:28 +01:00
pnpm-lock.yaml Initial commit. 2025-04-23 15:55:28 +01:00
pnpm-workspace.yaml Initial commit. 2025-04-23 15:55:28 +01:00
postcss.config.js Initial commit. 2025-04-23 15:55:28 +01:00
quasar.config.js Initial commit. 2025-04-23 15:55:28 +01:00
README.md Initial commit. 2025-04-23 15:55:28 +01:00

STS Forms (forms-app)

Custom forms application for StyleTech

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.