mojocss
mojocss
The Atomic CSS Framework for crafting gorgeous UIs without shipping any CSS.
Mojo Nuxt Module
Features
- 👌 Zero configuration to start
- ⚡️ Hybrid rendering: Static CSS Generation & dynamic styling
Quick Setup
- 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
- Add
@mojocss/nuxt
to themodules
section ofnuxt.config.ts
export default defineNuxtConfig({
modules: ["@mojocss/nuxt"],
});
That's it! You can now use Mojo CSS in your Nuxt app ✨