This is where you write guideline how people can make contribution to your component for sake of maintainability.
For anyone who want to contribute, read this guideline below.
# install dependencies
npm run install
# serve with hot reload at localhost:4000
npm run dev
# build storybook as Single Page Application
npm run build:storybook
# build vue component for production
npm run build:component
vvideo
└── components // Tips: use mixins and/or extends if you build single yet complex component
└── Vvideo.vue
This project use default vue-authoring-template project structure.