An open API service indexing awesome lists of open source software.

https://github.com/tyom/dit-vue

A collection of Vue components for DIT
https://github.com/tyom/dit-vue

vuejs

Last synced: over 1 year ago
JSON representation

A collection of Vue components for DIT

Awesome Lists containing this project

README

          

# dit-vue

> DIT components for Vue

## Build Setup

``` bash
# 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:components
```

For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).