mmxcrono / vite-vue-storybook-ts

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Vue 50.6%Language:TypeScript 35.5%Language:JavaScript 7.5%Language:HTML 5.0%Language:SCSS 1.3%