Home
Softono
oku-nuxt3-template

oku-nuxt3-template

Open source MIT Vue
637
Stars
70
Forks
12
Issues
9
Watchers
6 months
Last Commit

About oku-nuxt3-template

# Nuxt 3 Starter We recommend to look at the [documentation](https://v3.nuxtjs.org). ## Preview ![image](https://user-images.githubusercontent.com/38668796/179501879-b1efa419-8419-4c27-a79e-d185cb2884b7.png) [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/productdevbook/nuxt3-app) ## Deploy your own [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/productdevbook/nuxt3-app) [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/productdevbook/nuxt3-app) This starter template also includes: - [Tailwind CSS v3](https://github.com/tailwindlabs/tailwindcss) - [Eslint](https://eslint.org) - [Headless UI](https://headlessui.dev/vue/menu) - unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS - [Icones](https://github.com/antfu/icones) - beautiful han ...

Platforms

Web Self-hosted

Languages

Vue

Nuxt 3 Starter

We recommend to look at the documentation.

Preview

image

Open in StackBlitz

Deploy your own

Deploy to Netlify

Deploy with Vercel

This starter template also includes:

First-party plugins needed for Tailwind UI:

Best Nuxt with Plugins:

Setup

Make sure to install the dependencies

pnpm install

Development

Start the development server on http://localhost:3000

pnpm dev

Production

Build the application for production:

pnpm build
pnpm start

Checkout the deployment documentation.