Skip to content

theonlychase/Storybook7-vite-ts

Repository files navigation

Storybook 7 - Vite/Vue3/Typescript

Storybook 7 is compatible with Node LTS (18.15.0).

Webstorm

  1. Verify Node interpreter is set to Node LTS (18.15.0)
  2. Verify Node Package Manager is set to Yarn (3.5.0)
  3. Correct versions are pinned in package.json under volta

If you run into any issues on install, try running the storybook automigrate tool:

npx storybook@next automigrate

Project Setup

Install dependencies

yarn

Compile and Hot-Reload for Development

yarn storybook

Type-Check, Compile and Minify for Production

yarn build-storybook

Run Unit Tests with Vitest

yarn test:unit

Lint with ESLint

yarn lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published