nuxt-windicss

๐Ÿƒ Windi CSS for Nuxt โšก

Downloads
15K
Stars
331
Committers
16

Bot releases are hidden (Show)

nuxt-windicss - Release 2.0.1

Published by harlan-zw about 3 years ago

Bug fix ๐Ÿ›

  • fix(nuxt3): fixes webpack 5 windi resolutuon bug 7dc2e36, fixed #124
nuxt-windicss - Release 2.0.0

Published by harlan-zw about 3 years ago

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
nuxt-windicss - Release 1.2.4

Published by harlan-zw about 3 years ago

Dependencies

  • upgrade vite-plugin-windicss 1.4.2 f4ded78
nuxt-windicss - Release 1.2.3

Published by harlan-zw about 3 years ago

  • refactor: use @nuxt/kit #112
  • chore: bump deps ca314dc
  • fix: on-demand plugin imports b792c9d
  • chore(dependencies): update windi 3.1.7 1cd60b6
nuxt-windicss - Release 1.2.2

Published by harlan-zw about 3 years ago

  • chore(dependencies): bump windicss-webpack-plugin to 1.4.3, fixes #111 #111
  • chore(dependencies): update caniuse db ebd464c
  • chore(test): add updated snapshots c5ec289
nuxt-windicss - Release 1.2.1

Published by harlan-zw about 3 years ago

  • chore(dependencies): bump windicss-webpack-plugin to 1.4.1, fixes #103 #103
  • chore(doc): make ordering optional clearer d509d9b
nuxt-windicss - Release 1.2.0

Published by harlan-zw about 3 years ago

๐ŸŽ‰ Features

Dependencies

  • upgrade windicss core / webpack-plugin / utils 76858ef
nuxt-windicss - Release 1.1.3

Published by harlan-zw over 3 years ago

๐Ÿ”จ Improvements

  • improved performance, less memory usage #107

๐Ÿ› Bug Fixes

  • only inject postcss-import changes if exists a3c4a89
  • latest windicss-webpack-plugin which may fix HMR issues ad951fb
nuxt-windicss - Release 1.1.2

Published by harlan-zw over 3 years ago

  • feat(hook): expose utils instance via hook #106
nuxt-windicss - Release 1.1.1

Published by harlan-zw over 3 years ago

nuxt-windicss - Release 1.1.0

Published by harlan-zw over 3 years ago

Feature ๐ŸŽ‰

  • Use @apply's in more imported files #102

This modifies the css-loader importLoaders and the postcss-import plugin to supporting passing most @import'd files.

โš ๏ธ While this should be safe, it is modifying your CSS logic and there may be edge-cases. Please report any issues that come up.

nuxt-windicss - Release 1.0.8

Published by harlan-zw over 3 years ago

  • chore(dependencies): Bump windicss-webpack-plugin to 1.1.2 c0cc43f
  • chore(lint): add linted file 5752928
nuxt-windicss - Release 1.0.7

Published by harlan-zw over 3 years ago

nuxt-windicss - Release 1.0.6

Published by harlan-zw over 3 years ago

  • fix(config): exclude node_modules_prod (#86) #101
nuxt-windicss - Release 1.0.4

Published by harlan-zw over 3 years ago

  • fix(config): exclude node_modules_dev #86
nuxt-windicss - Release 1.0.3

Published by harlan-zw over 3 years ago

nuxt-windicss - Release 1.0.2

Published by harlan-zw over 3 years ago

  • fix(build): clear dist on build 01a4c8a
nuxt-windicss - Release 1.0.1

Published by harlan-zw over 3 years ago

  • chore(dependencies): upgrade windicss-webpack-plugin to 1.1.0 cc6bd33
nuxt-windicss - Release 1.0.0

Published by harlan-zw over 3 years ago

  • chore(dependencies): upgrade Windi CSS to v3.1 81ca82a
nuxt-windicss - Release 0.8.3

Published by harlan-zw over 3 years ago

  • chore(dependencies): upgrade windicss-webpack-plugin to 0.6.2 1c3de15
Package Rankings
Top 2.04% on Npmjs.org