An open API service indexing awesome lists of open source software.

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.

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

![Show-Gif](./docs/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`.