1.0.3 • Published 1 year ago

@mojocss/nuxt v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Mojo Nuxt Module

Mojo CSS module for Nuxt.

Features

  • 👌  Zero configuration to start
  • ⚡️  Hybrid rendering: Static CSS Generation & dynamic 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.1

1 year ago

1.0.3

1 year ago

1.0.0

1 year ago

1.0.0-beta.2

1 year ago

1.0.0-beta

1 year ago