#Author: Vishal Bhamare || TheCodeCraftsmen
#DEMO: https://the-codinghouse.github.io/Vue-3-Template-Pack/#
A starter template pack for Vue 3 applications, with components for a responsive navbar, cookie popup, and modal dialog. This pack includes all necessary configurations for Vue 3, TypeScript, Vite, and Tailwind CSS.
npm install
to install dependencies.npm run dev
.Run the following command to build the project and prepare it for packaging:
npm run build
<ResponsiveNavbar />