**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:
Install the dependencies: yarn install Start the development server: yarn dev Your application will be available at http://localhost:3000 by default.
Features:
- primevue theme config
- login interceptor
- prettier - eslint for coding convention
- axios for handle api
- primevue x tailwind css can custome theme variable
- i18 for multiple language
- typescript
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