An open API service indexing awesome lists of open source software.

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

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/).