# quasar-electron-forge-template **Repository Path**: qicuo/quasar-electron-forge-template ## Basic Information - **Project Name**: quasar-electron-forge-template - **Description**: 运行环境:electron(10.1.3) 集成框架:quasar(Vue 3.0) 程序打包:electron-forge(6.0) - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-09-02 - **Last Updated**: 2022-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Quasar App (quasar-electron-forge) A Quasar Framework app ## Install the dependencies ```bash yarn ``` ### Start the app in development mode (hot-code reloading, error reporting, etc.) ```bash quasar dev ``` ### Lint the files ```bash yarn run lint ``` ### Build the app for production ```bash quasar build ``` ### Customize the configuration See [Configuring quasar.conf.js](https://v2.quasar.dev/quasar-cli/quasar-conf-js).