[Feature?]: Allow init
of projects with both vitest
and tailwindcss
#1528
Labels
enhancement
New feature or request
Duplicates
Latest version
Summary 💡
Users should have the option to include both
vitest
andtailwindcss
in a new project created withnpm init solid@latest
.Examples 🌈
npx create-next-app@latest
has something similar, where users can add TypeScript, and Eslint, and Tailwind CSS to a new project. It'd be nice ifnpm init solid@latest
let users add all of the above, plusvitest
.Motivation 🔦
This reduces boilerplate and saves time for people who want to create a new
solid
project withvitest
andtailwindcss
.The text was updated successfully, but these errors were encountered: