Beginner SvelteKit: Tailwind

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.พ. 2025
  • This is Module 7 of the official Vercel Beginner SvelteKit course. We will learn how to add Tailwind to our SvelteKit project.
    💻 RESOURCES:
    ◆ Course Playlist: • Beginner SvelteKit: Co...
    ◆ Course Module: www.beginnersv...
    ◆ Module Code: github.com/ver...
    🤝 LET’S CONNECT:
    ◆ Twitter: / steph_dietz_
    ◆ Website: steph-dietz.com
    ◆ Github: github.com/Ste...
    #sveltekit

ความคิดเห็น • 3

  • @it-s-me-mohit
    @it-s-me-mohit 2 ปีที่แล้ว +3

    Great video. But you can do this with a single command as well with svelte-add "npx svelte-add@latest tailwindcss"

    • @doubleja
      @doubleja 2 ปีที่แล้ว +3

      For the extra lazy copy and paste the entire expression:
      npm init svelte
      npx svelte-add@latest tailwindcss
      npm i -y
      npm run dev
      Last line is optional (output to browser).

  • @davidsonzed
    @davidsonzed 2 ปีที่แล้ว

    Can you please tell us how to add bootstrap like tailwindcss?