Go to file
mickeymarse f6c5614018 updated dependencies 2024-04-15 17:09:31 +01:00
.vscode Initial commit 2024-04-15 16:48:00 +01:00
scripts Initial commit 2024-04-15 16:48:00 +01:00
src Initial commit 2024-04-15 16:48:00 +01:00
.env.example Initial commit 2024-04-15 16:48:00 +01:00
.eslintignore Initial commit 2024-04-15 16:48:00 +01:00
.eslintrc.js Initial commit 2024-04-15 16:48:00 +01:00
.gitignore Initial commit 2024-04-15 16:48:00 +01:00
LICENSE Initial commit 2024-04-15 17:37:37 +02:00
Nuxtwind Daisy Banner.jpg Initial commit 2024-04-15 16:48:00 +01:00
README.md Initial commit 2024-04-15 16:48:00 +01:00
app.config.js Initial commit 2024-04-15 16:48:00 +01:00
app.vue Initial commit 2024-04-15 16:48:00 +01:00
babel.config.js Initial commit 2024-04-15 16:48:00 +01:00
fork.png Initial commit 2024-04-15 16:48:00 +01:00
make-it-yours.png Initial commit 2024-04-15 16:48:00 +01:00
nuxt.config.js Initial commit 2024-04-15 16:48:00 +01:00
package-lock.json updated dependencies 2024-04-15 17:09:31 +01:00
package.json Initial commit 2024-04-15 16:48:00 +01:00
tailwind-default.config.js Initial commit 2024-04-15 16:48:00 +01:00
tailwind.config.js Initial commit 2024-04-15 16:48:00 +01:00
tsconfig.json Initial commit 2024-04-15 16:48:00 +01:00
yarn.lock updated dependencies 2024-04-15 17:09:31 +01:00

README.md

Nuxtwind Daisy 🟢💨🌼

Nuxtwind Daisy is a starter template for Nuxt.js 3 + Tailwind CSS + Daisy UI with additional installed setup for custom font, icons, animation, and more.

Showcase

Brag your modified version from this template. 💪

Getting Started Guide

Installation

Nope. No installation needed.

Fork

Fork this repository to your own GitHub account.

Make it yours. Rename it. Change the description. Hit Create fork.

Make changes

I will assume that you already know the basic of nuxt.js. If not, you can check out their documentation.

Now that it's yours, you can make changes to it. Be creative you can start by removing the contents in the pages/index.vue. Feel free to utilize the GenericPanel.vue component as it adds a nice balance to the layout.

Preview

You can preview your build by running the nuxt start command.

# Preview your build
$ nuxt start

Build

You can choose to build it using the defaul strategy which is SSR, but you also have the option to generate static files so you can just upload your work in any static hosting service. The sample site of this repo is hosted in Vercel.

# Build for production using SSR
$ nuxt build
# Build for production and generate static files
$ nuxt generate

Deploy

You can deploy your work in any static hosting service.

Here's a list of static hosting services that you can use: