@vueless/storybook 1.1.3-beta.7 → 1.1.3-beta.8
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 -1
- package/package.json +1 -4
package/README.md
CHANGED
|
@@ -9,7 +9,14 @@ Zero config preset to launch a tailored Storybook instance for a [Vueless](https
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
|
|
12
|
+
# Install Vueless UI.
|
|
13
|
+
npm install vueless
|
|
14
|
+
|
|
15
|
+
# Install Vueless Storybook preset.
|
|
16
|
+
npm install -D @vueless/storybook
|
|
17
|
+
|
|
18
|
+
# Copy Vueless Storybook preset into your project.
|
|
19
|
+
npx @vueless/storybook
|
|
13
20
|
```
|
|
14
21
|
|
|
15
22
|
## Contributing
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueless/storybook",
|
|
3
|
-
"version": "1.1.3-beta.
|
|
3
|
+
"version": "1.1.3-beta.8",
|
|
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",
|
|
@@ -59,9 +59,6 @@
|
|
|
59
59
|
"vue-tsc": "^3.0.6",
|
|
60
60
|
"vueless": "^1.2.1-beta.2"
|
|
61
61
|
},
|
|
62
|
-
"peerDependencies": {
|
|
63
|
-
"vueless": ">=1.2.0 <2.0.0"
|
|
64
|
-
},
|
|
65
62
|
"overrides": {
|
|
66
63
|
"vue-docgen-api": {
|
|
67
64
|
"vue": "latest",
|