Skip to content

Hybes/nuxt-template-feb-25

Repository files navigation

Nuxt Template

A modern Nuxt.js template with a focus on developer experience and performance. This template includes a curated selection of modules and configurations to get you started quickly.

Features

Setup

Make sure to install dependencies using Bun:

bun install

Development

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

bun run dev

Production

Build the application for production:

bun run build

Run the production build:

bun run start

Configuration Highlights

Color Mode

The template comes with a pre-configured dark/light mode:

  • Default preference: dark
  • Fallback theme: dark
  • Storage: localStorage
  • Storage key: theme-color-mode

SEO Configuration

Basic SEO is configured with:

  • Site name: Hybes Template
  • Default meta description
  • Theme color support for light/dark modes
  • Twitter card configuration
  • Favicon configuration

API Protection

The template includes API Shield with:

  • Memory-based storage
  • Automatic cleanup every 15 minutes
  • Built-in rate limiting and protection

Development Tools

  • ESLint with modern configuration
  • Prettier for code formatting
  • TailwindCSS for styling
  • Nuxt DevTools enabled

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published