This is a simple project that demonstrates how to use TailwindCSS with Nuxt.js.
- Simple tasks to learn TailwindCSS basics
- built with Nuxt 3
- daisyUI for TailwindCSS components
- Node.js is installed
- You have heard about Nuxt.js and Vue.js
- You know basic HTML and CSS
-
Make sure to have a TailwindCSS plugin installed in your code editor (often already bundled).
-
Install the dependencies with your package manager of choice:
npm install
# or
yarn
- Start the development server:
npm run dev
# or
yarn dev
-
Open http://localhost:3000 and http://localhost:3000/_tailwind/ in your browser.
-
Start the tasks (having browser and editor side by side is recommended).