Nuxt.js & Tailwind CSS version of the portfolio project.
This article introduces a simple portfolio starter theme built with Nuxt.js and Tailwind CSS. It is a Nuxt.js version of the Vuejs-&-TailwindCSS-Portfolio. The theme offers a responsive design, a theme switcher with dark mode, and various features like projects filter, search, transitions, carousel, and more. The article provides instructions on how to set up the theme and contribute to the project.
To set up the project, follow these steps:
npm install
or yarn install
.npm run dev
or yarn dev
.npm run build && npm run start
or yarn build && yarn start
.npm run generate
or yarn generate
.This article introduces a simple portfolio starter theme built with Nuxt.js and Tailwind CSS. It showcases various features including a responsive design, theme switcher with dark mode, and several other components and functionalities. The article also provides installation instructions for setting up the theme and generating static files. Contributions to the project are welcomed.