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
- Host: GitHub
- URL: https://github.com/hempflower/wails-template-nuxt3
- Owner: hempflower
- Created: 2025-02-10T07:33:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T07:41:21.000Z (over 1 year ago)
- Last Synced: 2025-08-10T00:52:30.271Z (11 months ago)
- Topics: nuxt3, nuxtjs, tailwindcss, wails, wails-template, wails2
- Language: Shell
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.