A Vue 3 template with TypeScript, Tailwind CSS, PrimeVue, and Pinia.js for building modern web applications.
- Vue 3 with Composition API
- TypeScript for static typing
- Tailwind CSS for utility-first styling
- PrimeVue for rich UI components
- Pinia for state management
-
Clone the repository:
git clone https://github.com/ashsajal1/vue3-fancy-template.git cd vue3-fancy-template
-
Install dependencies:
npm install # or pnpm install
-
Run the development server:
npm run dev # or pnpm dev
-
Visit
http://localhost:5173
in your browser to view the app.
- Tailwind CSS is set up and ready to use.
- PrimeVue components can be imported and used in your Vue components.
- Pinia.js is set up for state management.
Feel free to fork and submit pull requests!
MIT License - see the LICENSE file for details.