@mojocss/nuxt
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Mojo Nuxt Module

Mojo CSS module for Nuxt.

This module needs Nuxt 3 or later and runs with Mojo CSS version ^0.2.0-rc.3

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 ✨

Package Sidebar

Install

npm i @mojocss/nuxt

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

6.37 kB

Total Files

13

Last publish

Collaborators

  • mojocss