KintoneAppBuilder created

This commit is contained in:
2023-07-10 09:40:49 +09:00
commit 80446a3860
94 changed files with 13622 additions and 0 deletions

45
frontend/README.md Normal file
View File

@@ -0,0 +1,45 @@
# alicorns.co.jp (kintone-app-builder)
Kintoneアプリの自動生成とデプロイを支援ツールです
## VsCode 拡張機能
* Vue Language Features (Volar)
* Vue Plugin for TypeScript server
## 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).