DIT components for Vue
# install dependencies
yarn
# serve with hot reload at localhost:8080
yarn dev
# build for production with minification
yarn build
# build examples
yarn examples:build
# run local server with examples
yarn examples:run:simple
yarn examples:run:webpack
yarn examples:run:componentsFor detailed explanation on how things work, consult the docs for vue-loader.