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
- Host: GitHub
- URL: https://github.com/tyom/dit-vue
- Owner: tyom
- Created: 2017-05-14T15:20:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T16:45:25.000Z (about 9 years ago)
- Last Synced: 2025-02-15T22:42:33.217Z (over 1 year ago)
- Topics: vuejs
- Language: Vue
- Homepage: http://envious-rat.surge.sh/
- Size: 522 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).