storybook-vue-typescript
storybook-vue-typescript copied to clipboard
Base setup of Storybook+Vue+Typescript
trafficstars
storybook-vue-typescript
This shows how to use Storybook alongside Vue with Typescript.
Project setup
yarn
# or npm i
Storybook
yarn run storybook
# or npm run storybook
How I got here
- Install Vue CLI
- Create a Vue Project with Typescript and Babel
- Add Storybook.js
- Add
@storybook/preset-typescript - Apply a patch removing
babel-preset-vuefrom the Storybook code. This patch is automatically run via apostinstallhook. Maybe some day this won't be needed anymore. - Profit!