Skip to content

Tyaaa-aa/NuxTya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuxTya

A no-nonsense minimal starter template for Nuxt 4 that prioritizes a clean and customizable base for your projects. Ready for 2026!

Features

Features

  • 🖥️ Shadcn-vue: Beautiful and accessible UI components built with Reka UI and Tailwind CSS v4.
  • 🍍 Pinia Store: Lightweight state management solution.
  • ⌨️ TypeScript: Enables type safety and improved development experience.
  • 💨 Tailwind v4: Utility-first CSS with CSS-native configuration and OKLCH color tokens.
  • 🛡️ Nuxt-Security: Automatically configure your app to follow OWASP security patterns and principles.

Getting Started

This starter template provides a clean foundation for your Nuxt 4 projects. Because of Nuxt's modularity you can remove any unwanted features and customize it to fit your specific needs.

Look at the Nuxt 4 documentation to learn more about Nuxt 4 and its features.

Here's a quick guide to get you started:

  1. Clone the repository: Clone this repository or download the zip file.
  2. Install dependencies: Run bun install.
  3. Start the development server: Run bun run dev to start the app locally on http://localhost:3000.
  4. Customize and develop: Remove any unwanted features or components and start building your application.

Remember: This is a minimal starter template. Feel free to add additional features and functionalities as needed for your project.

Setup

Make sure to install the dependencies:

bun install

Development Server

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

bun run dev

Production

Build the application for production:

bun run build

Locally preview the production build:

bun run preview

Add Shadcn-vue components

bunx --bun shadcn-vue@latest add <COMPONENT_NAME>

See the Shadcn-vue docs for the full component list.

Check out the deployment documentation for more information on deploying your Nuxt 4 application.

I hope you enjoy using NuxTya! If you have any feedback open an issue and I'll take a look.

Releases

No releases published

Packages

 
 
 

Contributors