@vueless/storybook 1.2.1-beta.7 β 1.2.2-beta.0
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 +8 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
# Vueless Storybook preset
|
|
4
4
|
|
|
5
|
-
Zero config preset to launch a tailored Storybook instance for a [Vueless](https://github.com/vuelessjs/vueless)
|
|
5
|
+
Zero config preset to launch a tailored Storybook instance for a [Vueless UI](https://github.com/vuelessjs/vueless).
|
|
6
6
|
|
|
7
7
|
[Documentation](https://docs.vueless.com/installation/storybook/) | [Demo](https://ui.vueless.com/) | [About Vueless UI](http://vueless.com/)
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
# Install Vueless UI
|
|
12
|
+
# Install Vueless UI
|
|
13
13
|
npm install vueless
|
|
14
14
|
|
|
15
|
-
# Install Vueless Storybook preset
|
|
15
|
+
# Install Vueless Storybook preset
|
|
16
16
|
npm install -D @vueless/storybook
|
|
17
17
|
|
|
18
|
-
# Copy Vueless Storybook preset into your project
|
|
18
|
+
# Copy Vueless Storybook preset into your project
|
|
19
19
|
npx @vueless/storybook init
|
|
20
20
|
```
|
|
21
21
|
|
|
@@ -29,4 +29,7 @@ npx @vueless/storybook init
|
|
|
29
29
|
|
|
30
30
|
## License
|
|
31
31
|
|
|
32
|
-
Vueless is released under the [MIT License](https://opensource.org/licenses/MIT).
|
|
32
|
+
Vueless is released under the [MIT License](https://opensource.org/licenses/MIT).
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
From Ukrainians to a Peaceful World πΊπ¦
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueless/storybook",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2-beta.0",
|
|
4
4
|
"description": "Simplifies Storybook configuration for Vueless UI library.",
|
|
5
5
|
"author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
|
|
6
6
|
"homepage": "https://vueless.com",
|