Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Last active January 19, 2018 07:30
Show Gist options
  • Save lmiller1990/da5de3d103879717c8b89230d9574d57 to your computer and use it in GitHub Desktop.
Save lmiller1990/da5de3d103879717c8b89230d9574d57 to your computer and use it in GitHub Desktop.
import { configure } from @storybook/vue’
import Vue from ‘vue’
function loadStories () {
require(../src/stories’)
}
configure(loadStories, module);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment