Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josephuspaye/vue-storybook-tutorial
Using Storybook with Vue single file components
https://github.com/josephuspaye/vue-storybook-tutorial
createweekly storybook vue
Last synced: 2 months ago
JSON representation
Using Storybook with Vue single file components
- Host: GitHub
- URL: https://github.com/josephuspaye/vue-storybook-tutorial
- Owner: JosephusPaye
- License: mit
- Created: 2020-01-08T09:23:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T19:44:13.000Z (about 2 years ago)
- Last Synced: 2023-03-06T10:21:24.970Z (almost 2 years ago)
- Topics: createweekly, storybook, vue
- Language: JavaScript
- Homepage: https://dev.to/josephuspaye/using-storybook-with-vue-single-file-components-2od
- Size: 920 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-storybook-tutorial
See the accompanying blog post: [Using Storybook with Vue single file components
](https://dev.to/josephuspaye/using-storybook-with-vue-single-file-components-2od).## Project setup
```
yarn install
```### Run Storybook
```
yarn storybook
```