vuetiwatch 0.2.2 → 0.2.3
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 +5 -5
- package/package.json +10 -5
package/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
# Vuetiwatch
|
|
1
|
+
# Vuetiwatch — free Vuetify themes
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/vuetiwatch)
|
|
4
4
|
[](https://bundlephobia.com/package/vuetiwatch)
|
|
5
5
|
[](https://github.com/j-tap/vuetiwatch/blob/main/LICENSE)
|
|
6
6
|
|
|
7
|
-
🎨
|
|
8
|
-
is to Bootstrap.
|
|
7
|
+
🎨 Nineteen free, plug-and-play **Vuetify themes** for **[Vuetify 4](https://vuetifyjs.com/)**
|
|
8
|
+
and Vue 3 — what [Bootswatch](https://bootswatch.com/) is to Bootstrap.
|
|
9
9
|
|
|
10
|
-
[](https://j-tap.github.io/vuetiwatch/)
|
|
11
11
|
|
|
12
|
-
**[
|
|
12
|
+
**[Preview all nineteen Vuetify themes →](https://j-tap.github.io/vuetiwatch/)**
|
|
13
13
|
|
|
14
14
|
Vuetify ships one look. Vuetiwatch ships nineteen, and they differ in more
|
|
15
15
|
than hue: radius, border weight, density, component variants, typography,
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vuetiwatch",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Nineteen free, plug-and-play Vuetify themes for Vuetify 4 and Vue 3 — what Bootswatch is to Bootstrap",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "j-tap",
|
|
8
8
|
"homepage": "https://j-tap.github.io/vuetiwatch/",
|
|
@@ -14,14 +14,19 @@
|
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
16
16
|
"vuetiwatch",
|
|
17
|
-
"vue",
|
|
18
|
-
"vue3",
|
|
19
17
|
"vuetify",
|
|
20
18
|
"vuetify4",
|
|
19
|
+
"vuetify-theme",
|
|
20
|
+
"vuetify-themes",
|
|
21
|
+
"vuetify-plugin",
|
|
22
|
+
"vue",
|
|
23
|
+
"vue3",
|
|
21
24
|
"theme",
|
|
22
25
|
"themes",
|
|
23
26
|
"dark-mode",
|
|
24
|
-
"design-system"
|
|
27
|
+
"design-system",
|
|
28
|
+
"ui-themes",
|
|
29
|
+
"bootswatch"
|
|
25
30
|
],
|
|
26
31
|
"sideEffects": [
|
|
27
32
|
"*.css"
|