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.
- package/README.md +2 -79
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,80 +1,3 @@
|
|
|
1
|
-
|
|
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
|
-
|
|
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.
|