/nuxt3-primevue-tailwind-starterkit

Nuxt 3 PrimeVue Tailwind Starter Kit is a Nuxt 3 starter kit that uses PrimeVue and Tailwind CSS to build modern, responsive, and user-friendly web applications.

Primary LanguageCSSMIT LicenseMIT

Nuxt 3, PrimeVue, Tailwind CSS Starter Kit

**This is a starter project for building modern web applications. It includes everything you need to get started, including:

  • Nuxt 3: A Vue.js framework that makes it easy to develop server-side rendered, static, and hybrid applications.
  • PrimeVue: A Vue UI component library that provides a wide range of components for building complex user interfaces.
  • Tailwind: A utility-first CSS framework that gives you complete control over the look and feel of your application.
  • ESLint: A linter that helps you identify and fix potential errors in your code.
  • Husky: A git hook manager that helps you automate tasks such as linting and testing your code before committing it.

To get started:

  1. Clone the repository: git clone https://github.com/shinekyaw/nuxt3-primevue-tailwind-starterkit.git
  2. Install the dependencies: cd nuxt3-primevue-tailwind-starterkit && npm install
  3. Start the development server: npm run dev

Your application will be available at http://localhost:3000 by default.

Features:

  • Nuxt 3:
    • Server-side rendering
    • Automatic routing
  • PrimeVue:
    • Over 80 Vue UI components
    • A variety of themes and templates
    • Easy to use and customize
  • Tailwind CSS:
    • Utility-first CSS framework
    • Complete control over the look and feel of your application
  • ESLint:
    • Linting rules for Vue.js, JavaScript, and HTML
    • Helps you identify and fix potential errors in your code
  • Husky:
    • Git hook manager
    • Automates tasks such as linting and testing your code before committing it