Vue Shadcn Boilerplate

screenshot of Vue Shadcn Boilerplate
nuxt
vue
tailwind
shadcn-ui

Nuxt 3 Shadcn boilerplate using UI-Thing + Inspire UI + Dark Mode + Theme Costomizer + i18n + State Manage(Pinia) + Tailwind + Icon Collections(Lucide &...) + Zod. This boilerplate is powering the following website: https://estimatewebsitecost.com

Overview

The Archived Repository serves as a foundation for those looking to experiment with UI components in a controlled environment. Initially crafted as a learning tool, it's evident that this boilerplate has been overshadowed by more actively maintained options. While it may still hold some value for developers interested in exploring basic functionalities, potential users should be aware of the better alternatives that emphasize efficiency and contemporary design.

As it stands, the importance of upgrading to modern frameworks cannot be understated. This repository may contain an interesting collection of elements, but evaluating its components' necessity will be crucial to avoid performance issues and unnecessary clutter in your projects.

Features

  • Wide Component Library: Includes all components from UI Thing and Inspire UI, providing a broad selection for developers.
  • Dark Mode Support: Facilitates the incorporation of dark mode for enhanced user experience across applications.
  • Theme Customizer: Offers customization capabilities, allowing users to easily adjust the look and feel to match their branding.
  • State Management: Utilizes Pinia for state management, simplifying data handling within applications.
  • Tailwind Integration: Supports Tailwind CSS, enabling rapid styling and responsive design features.
  • Icon Collections: Comes with collections of icons, including Lucide, for enriched UI interaction.
  • Optional Toast Library: Includes Notivue for toast notifications, though this can be removed if not required.
  • V-Wave Effect: Adds a cool ripple effect to components, enhancing visual interaction, but is also optional for those who prefer a cleaner look.
nuxt
Nuxt

nuxt.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

shadcn-ui
Shadcn UI

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

Dark Mode

Dark mode is a user interface option that uses a dark color scheme instead of light. It reduces eye strain and improves visibility in low-light conditions. Implementing dark mode in a website or application involves updating the styles and color palette to support both light and dark modes.

pinia
Pinia

Pinia is the official state management library for Vue.js. It provides a simple and intuitive API with full TypeScript support, devtools integration, and modular design. Pinia replaces Vuex as the recommended state management solution for Vue 3.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

zod
Zod

Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.