Skip to content
/ nuxt-ui-starter Public template

Nuxt + Nuxt UI v3 Starter Template ❄️

License

Notifications You must be signed in to change notification settings

syvixor/nuxt-ui-starter

Repository files navigation

🍀 Nuxt + Nuxt UI v3 Starter

A starter template for building fast and responsive web applications.

✨ Technologies

📋 Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (v18 or higher)
  • npm, yarn, pnpm, or bun

🚀 Quick Start

Clone the repository

git clone https://github.com/syvixor/nuxt-ui-starter.git
cd nuxt-ui-starter

Install dependencies

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Run Development Server

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

💡 Documentation

Check Nuxt & Nuxt UI docs to learn more.

📜 License

This project is available under the MIT License.