Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 813 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (22 loc) · 813 Bytes

Contributing to vvideo

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.

Build Setup

# 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

Component Structure

vvideo
└── components                    // Tips: use mixins and/or extends if you build single yet complex component
    └── Vvideo.vue

Project Structure

This project use default vue-authoring-template project structure.