Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@harlan-zw harlan-zw released this 15 Oct 03:04

Features πŸš€

Nuxt v3/ Nuxt Bridge compatible

  • migrated to @nuxt/kit
  • exposes module meta

See Live example on StackBlitz

WindiCSS Analysis

windicss-analysis

Enabled via config, supported in all nuxt versions.

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

Better TypeScript support

Modify your tsconfig.json to use it.

{
  "compilerOptions": {
    "types": [
      "nuxt-windicss"
    ]
  }
}

Chore 🧹

  • Build now using unbuild
  • Project is now a monorepo supporting workspaces
  • Major project code refactoring