https://github.com/nicolaspadari/nuxt-tailwind
https://github.com/nicolaspadari/nuxt-tailwind
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicolaspadari/nuxt-tailwind
- Owner: NicolaSpadari
- Created: 2025-07-29T07:59:04.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-07-29T08:19:34.000Z (2 months ago)
- Last Synced: 2025-07-29T10:37:53.148Z (2 months ago)
- Language: Vue
- Size: 126 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nuxt 4 + Tailwind 4 template
## Usage
Clone to local:
```sh
$ npx degit NicolaSpadari/nuxt-tailwind my-app
```Install dependencies:
```sh
$ ni # or bun install
```Run project:
```sh
$ nr dev # or bun run dev
```