Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neo4j-devtools/n10s

Neosemantics Demo App
https://github.com/neo4j-devtools/n10s

Last synced: about 1 month ago
JSON representation

Neosemantics Demo App

Awesome Lists containing this project

README

        

# neosemantics

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

## How I built this app

```
vue create neosemantics
```

### Install Dependencies

Because I want this to look like a uniform Neo4j app, I've gone for [semantic-ui-vue](https://semantic-ui-vue.github.io/). Semantic UI is used by Neo4j Desktop.

[vue-neo4j](https://github.com/adam-cowley/) has

```
npm i --save vue-neo4j semantic-ui-vue
```