Finally - official Storybook for Vue implementation! - check storybooks/storybook
npm install get-vue-story -gcd ./story [your workspace]
npm init & npm install vue-story
vstory startimport Story from "../vue-story"
Story("Vue")
.add({
name: "Web",
link: "web.vue",
})
.add({
name: "Story",
link: "story.vue",
})
Story("Story")
.add({
name: "Wont",
link: "nope.vue",
})
.add({
name: "Die",
link: "die.vue",
})- startup
vstory run [filename]- equal to 'vstory run story.js'
vstory start- port
vstory start -p 9000- lib -- at global imports
vstory start -l [filename]-- lib.js
import "jquery"
import "bootstrap"vstory start -l lib.js