1.0.6 • Published 9 months ago

create-vite-react-tailwind v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Vite + React + Tailwind CSS Setup Script

This package automates the setup of a Vite project with React and Tailwind CSS. It handles the installation of dependencies and configuration files to jumpstart your development process.

Features

  • Initializes a new Vite project using the React template.
  • Installs and configures Tailwind CSS, PostCSS, and Autoprefixer.
  • Automatically sets up tailwind.config.js and updates the src/index.css file with the necessary Tailwind CSS directives.

Prerequisites

  • Node.js (version 14.x or higher)
  • npm (Node Package Manager)

Updates

  • fixed the error in the configuration of tailwind in typescript and jsx template

Make sure both are installed on your machine. You can verify by running:

node -v
npm -v
1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago