https://github.com/fromsko/wails-template
Using tailwindcss + ts + vue3 builder of wails template.
https://github.com/fromsko/wails-template
dashboard-templates tailwindcss vue3 wails-app wails-template
Last synced: 4 months ago
JSON representation
Using tailwindcss + ts + vue3 builder of wails template.
- Host: GitHub
- URL: https://github.com/fromsko/wails-template
- Owner: Fromsko
- Created: 2024-12-21T17:20:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T09:46:44.000Z (about 1 year ago)
- Last Synced: 2025-07-02T01:36:06.526Z (12 months ago)
- Topics: dashboard-templates, tailwindcss, vue3, wails-app, wails-template
- Language: NSIS
- Homepage:
- Size: 4.1 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## About
> wails tailwindcss + ts + vue
## Using
```shell
wails init -n MyProject -t https://github.com/Fromsko/wails-template
```
## Show

## 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`.