ChristianKrebel / nuxt-tailwind-example

Simple project that demonstrates how to use TailwindCSS with Nuxt.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt.js + TailwindCSS Example

Info

This is a simple project that demonstrates how to use TailwindCSS with Nuxt.js.

Includes

  • Simple tasks to learn TailwindCSS basics
  • built with Nuxt 3
  • daisyUI for TailwindCSS components

Requirements

  • Node.js is installed
  • You have heard about Nuxt.js and Vue.js
  • You know basic HTML and CSS

Setup

  1. Make sure to have a TailwindCSS plugin installed in your code editor (often already bundled).

  2. Install the dependencies with your package manager of choice:

npm install
# or
yarn
  1. Start the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 and http://localhost:3000/_tailwind/ in your browser.

  2. Start the tasks (having browser and editor side by side is recommended).

About

Simple project that demonstrates how to use TailwindCSS with Nuxt.js


Languages

Language:Vue 58.5%Language:TypeScript 36.0%Language:CSS 5.5%