0.0.1 • Published 4 months ago

fastnuxt v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

FastNuxt Social Preview

FastNuxt, a Nuxt module to improve your Nuxt workflow. It's a simple module to add everything you need to your Nuxt app, including:

  • TailwindCSS
  • Color Mode, add a color mode switcher to your app (dark/light or custom)
  • Icons, add every icons from your favorite icon pack (Heroicons and Lucide are pre-installed)

Quick Setup

To get started, follow these steps:

  1. Add fastnuxt dependency to your project
# Using bun
bun install -D fastnuxt

# Using pnpm
pnpm add -D fastnuxt

# Using yarn
yarn add --dev fastnuxt

# Using npm
npm install --save-dev fastnuxt
  1. Add @nuxtjs/fastnuxt to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'fastnuxt'
  ]
})

That's it! You can now use FastNuxt in your Nuxt app ✨

Authors

FastNuxt Module