https://github.com/thgh/ld3test
Just testing out new version on github pages
https://github.com/thgh/ld3test
Last synced: 4 months ago
JSON representation
Just testing out new version on github pages
- Host: GitHub
- URL: https://github.com/thgh/ld3test
- Owner: thgh
- License: mit
- Created: 2017-01-30T18:39:27.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-01-30T18:51:54.000Z (over 9 years ago)
- Last Synced: 2025-09-01T09:03:19.885Z (9 months ago)
- Language: Vue
- Size: 2.07 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