https://github.com/thgh/ld3
Linked data driven documents http://thgh.github.io/ld3/dist
https://github.com/thgh/ld3
Last synced: 4 months ago
JSON representation
Linked data driven documents http://thgh.github.io/ld3/dist
- Host: GitHub
- URL: https://github.com/thgh/ld3
- Owner: thgh
- License: mit
- Created: 2016-05-18T16:13:28.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2019-11-12T19:02:22.000Z (over 6 years ago)
- Last Synced: 2025-06-20T01:03:03.290Z (12 months ago)
- Language: Vue
- Homepage:
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ld3
> Linked data editor in 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
# run unit tests
npm test
```
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
# Vue component code style
props
data
computed
methods
events
attached
ready
detached
name
mixins
components