Save your crucial time with our collection of Nuxt + Tailwind CSS setup for your project
CMD + S
let's eslint take your code to a Beauty Salon see this
Multi Language - Ship your websites around the world and make sure they are know your achievements
@nuxtjs/color-mode - Dark and Light mode with auto detection made easy with Nuxt 🌗
@nuxtjs/i18n - I18n (Internationalization) module for your Nuxt project powered by Vue I18n.
@pinia/nuxt - Type Safe, Extensible, and Modular by design. Forget you are even using a store.
@vueuse/nuxt - Collection of Essential Vue Composition Utilities
@nuxt/icon - The
@vite-pwa/nuxt - Zero-config PWA Plugin for Nuxt
<script lang="ts" setup>
Create Repo from this template on Github
npx degit The-Univuerse/nuxt-tailwind-starter-pack nuxt-tailwind
cd nuxt-tailwind
Setup Environment
cp env_example .env
# change the environment based on your project
NUXT_BASE_URL=your_base_url
NUXT_SITE_NAME=your_site_name
Make sure to install dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm preview
# yarn
yarn preview
# bun
bun run preview
Look at the Nuxt documentation to learn more.
Check out the deployment documentation for more information.