# 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 ``` ### Install Quasar/cli ```bash $ yarn global add @quasar/cli # or $ npm install -g @quasar/cli ``` ### 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). ## VUE3.0编程规范 1. [VUE3.0编程概要](./VUE3.0概要.md) 2. [VUE3.0编程规范](./VUE3.0-coding-rule.md)