+
+ {{ stack }}
+
+
+ diff --git a/.eslintignore b/.eslintignore
index e2549766926e..5c6899227ef0 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -6,6 +6,8 @@ node_modules
app/**/demo/**
docs/public
+vue
+
*.bundle.js
*.js.map
diff --git a/README.md b/README.md
index 62fa53896c39..36f492830b07 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ It allows you to browse a component library, view the different states of each c
Storybook runs outside of your app. This allows you to develop UI components in isolation, which can improve component reuse, testability, and development speed. You can build quickly without having to worry about application-specific dependencies.
-Here are some featured examples that you can reference to see how Storybook works: https://storybook.js.org/examples/
+Here are some featured examples that you can reference to see how Storybook works:
+
+ {{ stack }}
+
+
+ No Preview Available!
; +// const noPreview =🤔😳😯😮
)) + .add( + 'with a button and some emoji', + addonNotes({ notes: 'My notes on a button with emojies' })(() => + + ) + ) + .add('with old API', () => ++ This is a UI component dev environment for your vue app. +
+
+ We've added some basic stories inside the
+ src/stories
+ directory.
+
+ A story is a single state of one or more UI components.
+ You can have as many stories as you want.
+
+ (Basically a story is like a visual test case.)
+
+ See these sample
+ stories
+ for a component called
+ Button
+ .
+
+ Just like that, you can add your own components as stories.
+
+ You can also edit those components and see changes right away.
+
+ (Try editing the Button
component
+ located at src/stories/Button.js
.)
+
+ Usually we create stories with smaller UI components in the app.
+ Have a look at the
+
+ Writing Stories
+
+ section in our documentation.
+
+ NOTE:
+
+ Have a look at the
+ .storybook/webpack.config.js
+ to add webpack
+ loaders and plugins you are using in this project.
+
rendered in vue in storybook
+
+ Clicking the button will navigate to another story using the 'addon-links'
+
+ This component was pre-registered in .storybook/config.js
+
Etiam vulputate elit eu venenatis eleifend. Duis nec lectus augue. Morbi egestas diam sed vulputate mollis. Fusce egestas pretium vehicula. Integer sed neque diam. Donec consectetur velit vitae enim varius, ut placerat arcu imperdiet. Praesent sed faucibus arcu. Nullam sit amet nibh a enim eleifend rhoncus. Donec pretium elementum leo at fermentum. Nulla sollicitudin, mauris quis semper tempus, sem metus tristique diam, efficitur pulvinar mi urna id urna.
', + })) + ) + .add( + 'Note with HTML', + addonNotes({ + notes: ` +🤔😳😯😮
😄😩😓😱
🤓😑😶😊
${stockMessage}
+Also, I have:
+${salutation}
++ This is a UI component dev environment for your app. +
+
+ We've added some basic stories inside the
+
+ src/stories
+
+ directory.
+
+ A story is a single state of one or more UI components. You can have as many stories as
+ you want.
+
+ (Basically a story is like a visual test case.)
+
+ See these sample
+
+ stories
+
+ for a component called
+
+ Button
+ .
+
+ Just like that, you can add your own components as stories.
+
+ You can also edit those components and see changes right away.
+
+ (Try editing the Button
component
+ located at src/stories/Button.js
.)
+
+ This is just one thing you can do with Storybook.
+
+ Have a look at the
+
+
+ Storybook
+
+
+ repo for more information.
+
+ NOTE:
+
+ Have a look at the
+
+ .storybook/webpack.config.js
+
+ to add webpack
+ loaders and plugins you are using in this project.
+
+ This is a UI component dev environment for your app. +
+
+ We've added some basic stories inside the
+
+ src/stories
+
+ directory.
+
+ A story is a single state of one or more UI components. You can have as many stories as
+ you want.
+
+ (Basically a story is like a visual test case.)
+
+ See these sample
+
+ stories
+
+ for a component called
+
+ Button
+ .
+
+ Just like that, you can add your own components as stories.
+
+ You can also edit those components and see changes right away.
+
+ (Try editing the Button
component
+ located at src/stories/Button.js
.)
+
+ This is just one thing you can do with Storybook.
+
+ Have a look at the
+
+
+ Storybook
+
+
+ repo for more information.
+
+ NOTE:
+
+ Have a look at the
+
+ .storybook/webpack.config.js
+
+ to add webpack
+ loaders and plugins you are using in this project.
+