Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 568 Bytes

File metadata and controls

25 lines (15 loc) · 568 Bytes

README

About

wails tailwindcss + ts + vue

Using

wails init -n MyProject -t https://github.com/Fromsko/wails-template

Show

Show-Gif

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.

Building

To build a redistributable, production mode package, use wails build.