1.0.0 • Published 2 months ago

@mojocss/nuxt v1.0.0

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

Mojo Nuxt

Mojo CSS module for Nuxt.

Features

  • 👌  Zero configuration to start
  • ⚡️  Hybrid rendering: Static CSS Generation & dynaimc styling

Quick Setup

  1. Add @mojocss/nuxt dependency to your project
# Using pnpm
pnpm add -D @mojocss/nuxt

# Using yarn
yarn add --dev @mojocss/nuxt

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

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

1.0.0

2 months ago

1.0.0-beta.2

2 months ago

1.0.0-beta

2 months ago