/vite-vue-storybook-ts

Public example of vite-vue-storybook-ts related works

Primary LanguageVue

vite-vue-storybook-ts

This is a boilerplate for Vite + Vue + Storybook in TypeScript with Pinia for state management.

Tailwind Learnings

  • Good for prototyping / proof of concept, tiny interfaces
  • Not the best for optimization, maintainability, onboarding
  • Not learning or working with real CSS or powerful features of SASS to keep code DRY

Local Setup

  • Install Volta
  • volta install npm
  • npm i
  • npm dev

Storybook

  • npm run storybook