Skip to content

Repository files navigation

sesl-ui

A Nuxt UI layer with curated tokens, polished defaults, and ready-to-ship page patterns. Built to spin up Nuxt apps quickly without sacrificing taste.

Features

  • Nuxt 4 + Nuxt UI with pre-rendered home route.
  • TypeScript, ESLint, and strict typing enabled by default.
  • Tailwind-based design tokens with opinionated sizing and spacing.
  • Handy starter sections (hero, features, CTA) wired to Nuxt UI primitives.

Getting started

pnpm install
pnpm dev

Then open http://localhost:3000.

Scripts

  • pnpm dev — start the dev server with HMR.
  • pnpm build — production build.
  • pnpm preview — preview the production build locally.
  • pnpm lint — run ESLint.
  • pnpm typecheck — run TypeScript checks.

Project structure

  • app/ — application entry, pages, components, and UI config.
  • app/assets/css/main.css — global styles and Tailwind entrypoint.
  • nuxt.config.ts — Nuxt configuration and module setup.
  • eslint.config.mjs — linting rules (stylistic enforced).

Deployment

Build and serve the generated .output directory or deploy with your preferred Nuxt-compatible host. See the Nuxt deployment docs for provider-specific steps.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages