daisy-ui-kit 0.4.4 โ†’ 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -79
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,80 +1,3 @@
1
- <p align="center">
2
- <img src="https://user-images.githubusercontent.com/11247099/140462375-7b7ac4db-35b7-453c-8a05-13d8d20282c4.png" width="600"/>
3
- </p>
1
+ # DaisyUI Kit
4
2
 
5
- <h2 align="center">
6
- <a href="https://github.com/antfu/vitesse">Vitesse</a> for Nuxt 3
7
- </h2><br>
8
-
9
- <pre align="center">
10
- ๐Ÿงช Working in Progress
11
- </pre>
12
-
13
- <p align="center">
14
- <br>
15
- <a href="https://vitesse-nuxt3.netlify.app/">๐Ÿ–ฅ Online Preview</a>
16
- <br><br>
17
- <a href="https://stackblitz.com/github/antfu/vitesse-nuxt3"><img src="https://developer.stackblitz.com/img/open_in_stackblitz.svg" alt=""></a>
18
- </p>
19
-
20
- ## Features
21
-
22
- - [๐Ÿ’š Nuxt 3](https://v3.nuxtjs.org) - SSR, ESR, File-based routing, components auto importing, modules, etc.
23
-
24
- - โšก๏ธ Vite - Instant HMR
25
-
26
- - ๐ŸŽจ [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.
27
-
28
- - ๐Ÿ˜ƒ Use icons from any icon sets in Pure CSS, powered by [UnoCSS](https://github.com/antfu/unocss)
29
-
30
- - ๐Ÿ”ฅ The `<script setup>` syntax
31
-
32
- - ๐Ÿ [State Management via Pinia](https://pinia.esm.dev), see [./composables/user.ts](./composables/user.ts)
33
-
34
- - ๐Ÿ“‘ [Layout system](./layouts)
35
-
36
- - ๐Ÿ“ฅ APIs auto importing - for Composition API, VueUse and custom composables.
37
-
38
- - ๐ŸŽ Zero-config cloud functions and deploy
39
-
40
- - ๐Ÿฆพ TypeScript, of course
41
-
42
- ## Plugins
43
-
44
- ### Nuxt Modules
45
-
46
- - [VueUse](https://github.com/vueuse/vueuse) - collection of useful composition APIs.
47
- - [ColorMode](https://github.com/nuxt-community/color-mode-module) - dark and Light mode with auto detection made easy with Nuxt.
48
- - [UnoCSS](https://github.com/antfu/unocss) - the instant on-demand atomic CSS engine.
49
- - [Pinia](https://pinia.esm.dev/) - intuitive, type safe, light and flexible Store for Vue.
50
-
51
- ## IDE
52
-
53
- We recommend using [VS Code](https://code.visualstudio.com/) with [Volar](https://github.com/johnsoncodehk/volar) to get the best experience (You might want to disable Vetur if you have it).
54
-
55
- ## Variations
56
-
57
- - [vitesse](https://github.com/antfu/vitesse) - Opinionated Vite Starter Template
58
- - [vitesse-lite](https://github.com/antfu/vitesse-lite) - Lightweight version of Vitesse
59
- - [vitesse-nuxt-bridge](https://github.com/antfu/vitesse-nuxt-bridge) - Vitesse for Nuxt 2 with Bridge
60
- - [vitesse-webext](https://github.com/antfu/vitesse-webext) - WebExtension Vite starter template
61
-
62
- ## Try it now!
63
-
64
- ### Online
65
-
66
- <a href="https://stackblitz.com/github/antfu/vitesse-nuxt3"><img src="https://developer.stackblitz.com/img/open_in_stackblitz.svg" alt=""></a>
67
-
68
- ### GitHub Template
69
-
70
- [Create a repo from this template on GitHub](https://github.com/antfu/vitesse-nuxt3/generate).
71
-
72
- ### Clone to local
73
-
74
- If you prefer to do it manually with the cleaner git history
75
-
76
- ```bash
77
- npx degit antfu/vitesse-nuxt3 my-nuxt3-app
78
- cd my-nuxt3-app
79
- pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
80
- ```
3
+ The complete set of DaisyUI components for VueJS and NuxtJS.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "daisy-ui-kit",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "nuxi build",