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

https://github.com/hempflower/wails-template-nuxt3

Wails2 + NuxtJs3 + Tailwindcss
https://github.com/hempflower/wails-template-nuxt3

nuxt3 nuxtjs tailwindcss wails wails-template wails2

Last synced: 2 months ago
JSON representation

Wails2 + NuxtJs3 + Tailwindcss

Awesome Lists containing this project

README

          

# Wails Nuxt3 Template

## About

This is a template for [Wails](https://wails.io) + [Nuxt3](https://nuxt.com) + [Tailwindcss](https://tailwindcss.com).

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