nuxt 3 integration
See original GitHub issueI 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:
 - Created 2 years ago
 - Comments:5 (2 by maintainers)
 
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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