# 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%E7%BC%96%E7%A8%8B%E6%A6%82%E8%A6%81.md) 2. [VUE3.0编程规范](./VUE3.0%E7%BC%96%E7%A8%8B%E8%A7%84%E8%8C%83.md)