@storybook/preset-vue3-webpack 8.0.0-alpha.8 → 8.0.0-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 +2 -2
- package/dist/index.d.ts +19 -1912
- package/package.json +3 -5
package/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Storybook Webpack preset for Vue3
|
2
2
|
|
3
|
-
This package is a [preset](https://storybook.js.org/docs/
|
3
|
+
This package is a [preset](https://storybook.js.org/docs/addons/writing-presets#presets-api) that configures Storybook's webpack settings for handling Vue 3.
|
4
4
|
It's an internal package that's not intended to be used directly by users.
|
5
5
|
|
6
|
-
- More info on [Storybook for Vue3](https://storybook.js.org/docs/
|
6
|
+
- More info on [Storybook for Vue3](https://storybook.js.org/docs/get-started/why-storybook)
|