/vue-vite-storybook

My first go at Storybook for Vue

Primary LanguageVue

Vue 3, Vite & Storybook

My first go at Storybook for Vue

Guide

  1. Create a new Vite project → npm create vite@latest
    1. cd to the project
    2. nom install it
  2. Add storybook → npx storybook init
  3. Once installed you can run Storybook with → npm run storybook

Links