Vite + React + TypeScript + Tailwind CSS Components Template
git clone https://github.com/Monster-2019/vite-react-components-template.git
cd vite-react-components-template
npm install
Modify package.json
// package.json
{
"name": "your_package_name",
"description": "your_package_description",
"version": "your_package_version"
"author": "your_name",
...other config
}
npm login
npm publish
MIT.