@vueless/nuxt 1.2.8 → 1.2.10
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 +16 -26
- package/dist/README.md +16 -26
- package/dist/module.json +1 -1
- package/dist/package.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,44 +1,35 @@
|
|
|
1
|
-

|
|
2
2
|
|
|
3
3
|
# Vueless Nuxt Module
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
[Vueless UI](https://github.com/vuelessjs/vueless) – a UI library with Open Architecture for Vue.js 3 and Nuxt.js 3 / 4, powered by [Storybook v9](https://storybook.js.org) and [Tailwind CSS v4](https://tailwindcss.com).
|
|
6
6
|
|
|
7
|
-
Vueless
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
**With Vueless UI, you’re free to:**
|
|
8
|
+
- 🪄️ Customize any component
|
|
9
|
+
- 📋 Copy and extend existing ones
|
|
10
|
+
- 🧱 Build your own from scratch
|
|
11
|
+
- 📕 Document it all seamlessly in Storybook
|
|
12
12
|
|
|
13
13
|
[Documentation](https://docs.vueless.com/) | [UI Components](https://ui.vueless.com/) | [Website](http://vueless.com/)
|
|
14
14
|
|
|
15
15
|
### Key features
|
|
16
16
|
|
|
17
|
-
- 🧩 65+ UI components (including range date picker, multi-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
- 🌈 Beautiful
|
|
21
|
-
- 🌗 Light and dark mode support
|
|
17
|
+
- 🧩 65+ crafted UI components (including range date picker, multi-select, and nested table)
|
|
18
|
+
- ✨ Open Architecture lets you customize, copy, extend, and create your own components
|
|
19
|
+
- 📕 Built-in Storybook support
|
|
20
|
+
- 🌈 Beautiful default UI theme
|
|
22
21
|
- 🌀 Unstyled mode
|
|
23
|
-
-
|
|
24
|
-
- 🎛️ Runtime theme and color switching
|
|
22
|
+
- 🌗 Light and dark mode
|
|
25
23
|
- 🧬 Design tokens powered by CSS variables
|
|
26
|
-
-
|
|
24
|
+
- ⚙️ Server-side rendering (SSR)
|
|
27
25
|
- 🌍 Internationalization (i18n)
|
|
28
26
|
- ♿️ Accessibility (a11y)
|
|
29
|
-
-
|
|
30
|
-
-
|
|
27
|
+
- 🖼️ Inline SVG icons
|
|
28
|
+
- 🪄 Auto component imports (as you use them)
|
|
29
|
+
- 🧿 Uncompiled source in npm for better DX
|
|
31
30
|
- 🧪️ 1300+ unit tests ensuring consistent logic
|
|
32
31
|
- 🛡️ Full TypeScript support with type safety
|
|
33
32
|
|
|
34
|
-
### Advanced Features
|
|
35
|
-
|
|
36
|
-
- 🧰 Copy and extend existing components
|
|
37
|
-
- 🧱 Create your own components
|
|
38
|
-
- 🔧️ Define default values for props
|
|
39
|
-
- 🔩️ Add or hide props to components
|
|
40
|
-
- 🧿 `npm` package ships full source without TypeScript transpilation for better DX.
|
|
41
|
-
|
|
42
33
|
## Quick Start
|
|
43
34
|
|
|
44
35
|
1. Install Vueless Nuxt module.
|
|
@@ -48,7 +39,6 @@ npm install @vueless/nuxt
|
|
|
48
39
|
npx vueless init
|
|
49
40
|
```
|
|
50
41
|
|
|
51
|
-
|
|
52
42
|
2. Register `@vueless/nuxt` into the Nuxt config modules section.
|
|
53
43
|
```javascript
|
|
54
44
|
export default defineNuxtConfig({
|
package/dist/README.md
CHANGED
|
@@ -1,44 +1,35 @@
|
|
|
1
|
-

|
|
2
2
|
|
|
3
3
|
# Vueless Nuxt Module
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
[Vueless UI](https://github.com/vuelessjs/vueless) – a UI library with Open Architecture for Vue.js 3 and Nuxt.js 3 / 4, powered by [Storybook v9](https://storybook.js.org) and [Tailwind CSS v4](https://tailwindcss.com).
|
|
6
6
|
|
|
7
|
-
Vueless
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
**With Vueless UI, you’re free to:**
|
|
8
|
+
- 🪄️ Customize any component
|
|
9
|
+
- 📋 Copy and extend existing ones
|
|
10
|
+
- 🧱 Build your own from scratch
|
|
11
|
+
- 📕 Document it all seamlessly in Storybook
|
|
12
12
|
|
|
13
13
|
[Documentation](https://docs.vueless.com/) | [UI Components](https://ui.vueless.com/) | [Website](http://vueless.com/)
|
|
14
14
|
|
|
15
15
|
### Key features
|
|
16
16
|
|
|
17
|
-
- 🧩 65+ UI components (including range date picker, multi-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
- 🌈 Beautiful
|
|
21
|
-
- 🌗 Light and dark mode support
|
|
17
|
+
- 🧩 65+ crafted UI components (including range date picker, multi-select, and nested table)
|
|
18
|
+
- ✨ Open Architecture lets you customize, copy, extend, and create your own components
|
|
19
|
+
- 📕 Built-in Storybook support
|
|
20
|
+
- 🌈 Beautiful default UI theme
|
|
22
21
|
- 🌀 Unstyled mode
|
|
23
|
-
-
|
|
24
|
-
- 🎛️ Runtime theme and color switching
|
|
22
|
+
- 🌗 Light and dark mode
|
|
25
23
|
- 🧬 Design tokens powered by CSS variables
|
|
26
|
-
-
|
|
24
|
+
- ⚙️ Server-side rendering (SSR)
|
|
27
25
|
- 🌍 Internationalization (i18n)
|
|
28
26
|
- ♿️ Accessibility (a11y)
|
|
29
|
-
-
|
|
30
|
-
-
|
|
27
|
+
- 🖼️ Inline SVG icons
|
|
28
|
+
- 🪄 Auto component imports (as you use them)
|
|
29
|
+
- 🧿 Uncompiled source in npm for better DX
|
|
31
30
|
- 🧪️ 1300+ unit tests ensuring consistent logic
|
|
32
31
|
- 🛡️ Full TypeScript support with type safety
|
|
33
32
|
|
|
34
|
-
### Advanced Features
|
|
35
|
-
|
|
36
|
-
- 🧰 Copy and extend existing components
|
|
37
|
-
- 🧱 Create your own components
|
|
38
|
-
- 🔧️ Define default values for props
|
|
39
|
-
- 🔩️ Add or hide props to components
|
|
40
|
-
- 🧿 `npm` package ships full source without TypeScript transpilation for better DX.
|
|
41
|
-
|
|
42
33
|
## Quick Start
|
|
43
34
|
|
|
44
35
|
1. Install Vueless Nuxt module.
|
|
@@ -48,7 +39,6 @@ npm install @vueless/nuxt
|
|
|
48
39
|
npx vueless init
|
|
49
40
|
```
|
|
50
41
|
|
|
51
|
-
|
|
52
42
|
2. Register `@vueless/nuxt` into the Nuxt config modules section.
|
|
53
43
|
```javascript
|
|
54
44
|
export default defineNuxtConfig({
|
package/dist/module.json
CHANGED
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueless/nuxt",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.10",
|
|
4
4
|
"description": "Nuxt Styleless UI Component Library, powered by Tailwind CSS.",
|
|
5
5
|
"author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
|
|
6
6
|
"homepage": "https://vueless.com",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"sb:preview": "vite preview --host --outDir=storybook-static"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"vueless": "^1.2.
|
|
33
|
+
"vueless": "^1.2.14"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@material-symbols/svg-500": "^0.35.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueless/nuxt",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.10",
|
|
4
4
|
"description": "Nuxt Styleless UI Component Library, powered by Tailwind CSS.",
|
|
5
5
|
"author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
|
|
6
6
|
"homepage": "https://vueless.com",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"sb:preview": "vite preview --host --outDir=storybook-static"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"vueless": "^1.2.
|
|
33
|
+
"vueless": "^1.2.14"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@material-symbols/svg-500": "^0.35.0",
|