# wails-template-quasar-js **Repository Path**: DianRuoYu/wails-template-quasar-js ## Basic Information - **Project Name**: wails-template-quasar-js - **Description**: 123232132144211114 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-24 - **Last Updated**: 2023-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Wails Template Quasar (JS) ## About - This project is a template for [wails](https://wails.io/) - It utilizes the [quasar](https://quasar.dev/) framework. - To generate the frontend the following quasar options were used - Quasar V2 (Vue 3) - Javascript - Quasar App CLI with Vite - Sass with SCSS syntax - ESLint + Pinia - Prettier ESLint preset ## Live Development To run in live development mode, run `wails dev` in the project directory. In another terminal, go into the `frontend` directory and run `npm run dev`. The frontend dev server will run on http://localhost:34115. Connect to this in your browser and connect to your application. > Note: The quasar dev server is manually configured to run on port :5173 > in order to properly work with wails. > If this needs to be changed, please adjust the quasar.conf.js and wails.json with the new port ## Building To build a redistributable, production mode package, use `wails build`.