Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wealthbar/d4.vuejs
https://github.com/wealthbar/d4.vuejs
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/wealthbar/d4.vuejs
- Owner: WealthBar
- Created: 2017-04-28T23:55:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T20:47:14.000Z (over 3 years ago)
- Last Synced: 2024-04-17T02:53:42.114Z (7 months ago)
- Language: JavaScript
- Size: 974 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# d4.vuejs
> Declarative Data Driven Documents for Vue.js
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report# run unit tests
npm run unit# run all tests
npm test
```For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).