Answers for "vitejs tailwind"

0

vitejs tailwind

npm init @vitejs/app my-project
cd my-project
npm install
npm install -D tailwindcss@latest postcss@latest autoprefixer@latest
npx tailwindcss init -p
Posted by: Guest on June-27-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language