casoon / nuxt3-tailwind-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 Starter

Look at the nuxt 3 documentation to learn more.

Features

Setup

Make sure to install the dependencies:

# yarn
yarn install

Development Server

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

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview

About

License:MIT License


Languages

Language:Vue 51.6%Language:TypeScript 29.6%Language:SCSS 11.7%Language:JavaScript 5.9%Language:CSS 1.1%