tobiasdiez / storybook-vue-addon

Storybook stories in native Vue format
MIT License
43 stars 2 forks source link

chore: use workspace feature for example #79

Closed tobiasdiez closed 11 months ago

tobiasdiez commented 11 months ago

Fixes #75.

@floroz is this what you had in mind? I don't think we need to move the src folder for this since the root is always added as a worskpace. I didn't touch the playground, which is there anyway only for quick local tests.

codecov[bot] commented 11 months ago

Codecov Report

Merging #79 (c51229b) into main (84d9eb7) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #79   +/-   ##
=======================================
  Coverage   93.62%   93.62%           
=======================================
  Files           3        3           
  Lines         345      345           
  Branches       55       55           
=======================================
  Hits          323      323           
  Misses         22       22           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

tobiasdiez commented 11 months ago

Thanks for giving this a try! The caching is indeed a bit annoying, but I'm not even sure if vite supports hmr of plugins even in principle. So yes, restarting everything from scratch it is for now.