add get-value

This commit is contained in:
wtl
2024-05-29 09:53:38 +09:00
parent c426bbf793
commit cd0c3197fa
32 changed files with 4707 additions and 0 deletions

33
quasar-project/README.md Normal file
View File

@@ -0,0 +1,33 @@
# Quasar App (quasar-project)
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
```
### Lint the files
```bash
yarn lint
# or
npm run lint
```
### 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).