Skip to content

it is a repo to show Vuetify implementation with new @storybook/vue3 reactive mode

Notifications You must be signed in to change notification settings

ReactiveCoderHK/vue3-code-examples

 
 

Repository files navigation

Storybook& + Vue 3 + TypeScript + Vite

This project contains list of examples that help using storybook7 in Vue3 project

Run storybook

yarn & yarn storybook

Type Support For .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

vue3-vuetify-examples

implementation of third party ui library like vuetify using global decorator

vue3 plugin examples

having multiple plugin without overridding the previous one

source snippets

you can test on all the stories

About

it is a repo to show Vuetify implementation with new @storybook/vue3 reactive mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.1%
  • Vue 25.3%
  • JavaScript 10.0%
  • CSS 3.3%
  • HTML 0.3%