@mojocss/nuxt
dependency to your Nuxt.js project
# Using pnpm
pnpm add -D @mojocss/nuxt
# Using yarn
yarn add --dev @mojocss/nuxt
# Using npm
npm install --save-dev @mojocss/nuxt
@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 ✨
See the GitHub project for more info.
On this page