nuxt-windicss

🍃 Windi CSS for Nuxt ⚡

Downloads
15K
Stars
331
Committers
16

Bot releases are hidden (Show)

nuxt-windicss - Release 0.4.5

Published by harlan-zw over 3 years ago

nuxt-windicss - Release 0.4.4

Published by harlan-zw over 3 years ago

nuxt-windicss - Release 0.4.3

Published by harlan-zw over 3 years ago

nuxt-windicss - Release 0.4.2

Published by harlan-zw over 3 years ago

  • fix: use virtual: vite import (acf583d)
  • chore: update deps, fixes #21 (9373fe2)
  • fix: remove redundent empty check #22 (2fb9171)
nuxt-windicss - Release 0.4.1

Published by harlan-zw over 3 years ago

  • chore: update deps (19192d8)
  • chore: cleanup preflight example (abc4157)
  • chore: add disable preflight example (014079a)
nuxt-windicss - Release 0.4.0

Published by harlan-zw over 3 years ago

Configuration Change

If you are using the exclude option you will now need to make sure you specifically include the node_modules and .git folders such as

exclude: [
        'node_modules',
        '.git',
        '.nuxt/**/*',
        '*.template.html',
        'app.html'
      ]

This is so users can target specific paths within node_modules.

Chore

nuxt-windicss - Release 0.3.2

Published by harlan-zw over 3 years ago

  • chore: update deps (86eb26dc)
  • Merge branch 'master' of github.com:windicss/nuxt-windicss-module (af16d9ba)
  • chore: update deps (f35faf66)
  • update link (cb524d15)
nuxt-windicss - Release 0.3.1

Published by harlan-zw over 3 years ago

  • chore: update deps (fd68613)
nuxt-windicss - Release 0.3.0

Published by harlan-zw over 3 years ago

Package Renamed

⚠️ Package name has been renamed from nuxt-windicss-module to nuxt-windicss.

Migration steps:

  1. Replace the package
yarn remove nuxt-windicss-module
yarn add -D nuxt-windicss
  1. Replace the nuxt.config.js config
// nuxt.config.js
buildModules: [
-  'nuxt-windicss-module',
+  'nuxt-windicss',
],

Other Updates

  • chore: update install and usage for new package name (04d01dc)
  • chore: rename package to nuxt-windicss (e66d5e2)
  • refactor: don't rely on knowing whether nuxt-vite is installed (#15) (72615d9)
  • chore: updated documentation due to #9 (403ed62)

Thanks to:

  • @pi0
  • @danielroe
  • @kn0wn
nuxt-windicss - Release 0.2.3

Published by harlan-zw over 3 years ago

  • Merge branch 'master' of github.com:windicss/nuxt-windicss-module (77d20b7)
  • fix(scan): ignore app.html, fixes #9 (46a3447)
  • Merge pull request #8 from kn0wn/patch-1 (f23a083)
  • chore: updated npm installation code (3ee6fbc)
nuxt-windicss - Release 0.2.2

Published by harlan-zw over 3 years ago

  • chore: update deps (24f054a)
  • chore: add full default config to docs (89cbf8b)
  • chore: add warning to install docs (a8ddab9)
  • chore: update fixtures (23ea4d0)
nuxt-windicss - Release 0.2.1

Published by harlan-zw over 3 years ago

  • chore: update deps (e751e0a)
  • chore: tech debt (f9dc34d)
nuxt-windicss - Release 0.2.0

Published by harlan-zw over 3 years ago

  • feat: vite module support (0f957e7)
nuxt-windicss - Release 0.1.12

Published by harlan-zw over 3 years ago

  • chore: uprade deps (9c9e6b5)
  • document hook #3 and fix scoped styles (162006f)
nuxt-windicss - Release 0.1.11

Published by harlan-zw over 3 years ago

  • chore: update dep (8bcb108)
nuxt-windicss - Release 0.1.10

Published by harlan-zw over 3 years ago

  • fix: types (49e68a3)
  • chore: update lib (084095d)
nuxt-windicss - Release 0.1.8

Published by harlan-zw over 3 years ago

  • chore: update lib (1960915)
nuxt-windicss - Release 0.1.7

Published by harlan-zw over 3 years ago

  • fix: remove broken code (8c8def6)
  • fix: remove tailwind viewer (3ed5810)
nuxt-windicss - Release 0.1.6

Published by harlan-zw over 3 years ago

  • fix(viewer): add missing dependency (0ed9a2d)
nuxt-windicss - Release 0.1.3

Published by harlan-zw over 3 years ago

  • fix: cjs bug (4e8a95d)
Package Rankings
Top 2.04% on Npmjs.org