Yumma CSS and Nuxt.js
How to add Yumma CSS to your project with Nuxt.js.
-
Install Yumma CSS:
Install the Yumma CSS Library using a package manager.
-
Add
yummacss
to your main CSS file:Create a new
assets/global.css
file. -
Import the CSS file
Add the new CSS file to
nuxt.config.ts
. -
Start development server
Start your application using
npm run dev
. -
Use Yumma CSS in your project:
You’re all set to start using Yumma CSS utility classes in your project.
Project example
If you’re having trouble with Yumma CSS, clone this Nuxt.js example.
-
Cloning repository
-
Installing dependencies
-
Start development server