create-vvtr
v1.0.2
Published
This project simplifies the setup process for creating a new project with Vue 3, Vite, TailwindCSS, and optionally Vue Router.
Downloads
4
Readme
vvtr - (Vue Vite TailwindCSS Router)
This project simplifies the setup process for creating a new project with Vue 3, Vite, TailwindCSS, and optionally Vue Router.
Getting Started
To create a new project, run:
npx create-vvtr
Packages
- Vue 3
- Vite
- TailwindCSS
- Vue Router (optional)
Usage
After creating your project, navigate into your new project directory and start the development server:
cd your-project-name
npm run dev
License
This project is licensed under the MIT License - see the LICENSE file for details.