question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

nuxt 3 integration

See original GitHub issue

I followed integration of nuxt. But I wonder if it works for nuxt 3. I added nuxt-windicss with yarn add nuxt-windicss -D. I set the build module in nuxt.config.ts:

import { defineNuxtConfig } from 'nuxt3'

export default defineNuxtConfig({
  buildModules: [
    'nuxt-windicss',
  ],
})

I added some classes, but nothing happens 😕

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
antfucommented, Oct 12, 2021
export default defineNuxtConfig({
  buildModules: [
    'nuxt-windicss',
  ],
  css: [
    'virtual:windi.css'
  ]
})
0reactions
ctwhomecommented, Oct 20, 2021

Hi, the example in the playground with nuxt 3 doesn’t work out of the box

Read more comments on GitHub >

github_iconTop Results From Across the Web

Nuxt 3 integration - Vue I18n - Intlify
We will introduce Vue I18n integration for Nuxt 3. The following is a tutorial on setting up a Nuxt 3 application from the...
Read more >
Nuxt - The Intuitive Vue Framework
Nuxt has a unique approach of combining a great developer experience with reusable, fully integrated features that speed up the development and performance...
Read more >
Get started with Nuxt 3 - Strapi Developer Docs
This integration guide is following the Quick Start Guide. We assume that you have fully completed its "Hands-on" path, and therefore can ...
Read more >
How to use Vuetify with Nuxt 3 - Cody Bontecou
Now that our Nuxt 3 project is setup, we are ready to integrate Vuetify. While you are in the nuxt application's root directory,...
Read more >
Nuxt 3 module - Algolia
Integrate Contentsquare with Algolia. Convert Algolia's result variants into Contentsquare dynamic variables, to segment and analyze users based on their ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found