https://github.com/stadgent/vue_site_lod-visualisation
Linked Open Data subject pages
https://github.com/stadgent/vue_site_lod-visualisation
d09check22 javascript lod node nodejs vue vuejs web
Last synced: 10 months ago
JSON representation
Linked Open Data subject pages
- Host: GitHub
- URL: https://github.com/stadgent/vue_site_lod-visualisation
- Owner: StadGent
- Archived: true
- Created: 2018-11-08T14:42:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T22:39:02.000Z (almost 3 years ago)
- Last Synced: 2025-05-13T18:03:17.347Z (about 1 year ago)
- Topics: d09check22, javascript, lod, node, nodejs, vue, vuejs, web
- Language: Vue
- Homepage: https://stad.gent/data/
- Size: 25.8 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linked Open Data (LOD) Visualisation
This application provides the subject pages for City of Ghent.
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Compiles and minifies for qa
```
yarn run build:qa
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).