**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:
- Clone the repository:
git clone https://github.com/shinekyaw/nuxt3-primevue-tailwind-starterkit.git
- Install the dependencies:
cd nuxt3-primevue-tailwind-starterkit && npm install
- Start the development server:
npm run dev
Your application will be available at https://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