vue-vite-tailwind-starter
v1.0.6
Published
Starter template sederhana untuk Vue 3 + Vite + Tailwind CSS dengan CLI scaffold
Maintainers
Readme
✨ Vue 3 + Vite + Tailwind CSS v4 - Starter Template ✨
This starter template is designed to help you quickly build modern web applications using the latest technologies. Although simple, it's a ready-to-use foundation that you can expand upon to meet your project's needs.
🛠️ Technologies Used
- Vue 3: A progressive JavaScript framework for building user interfaces with a focus on components.
- Vite: A next-generation frontend tooling that provides instant Hot Module Replacement (HMR) and a lightning-fast build process.
- Tailwind CSS v4: A utility-first CSS framework for building custom designs directly in your HTML.
🚀 Getting Started
Run this command in your terminal to create a new project:
npx vue-vite-tailwind-starter create <project-name> cd <project-name>Install dependencies:
npm installRun the development server:
npm run dev
📄 License
This project is licensed under the MIT License. It is free to use, modify, and distribute.
Happy coding! ❤️
