https://github.com/neo4j-devtools/n10s
Neosemantics Demo App
https://github.com/neo4j-devtools/n10s
Last synced: about 1 year ago
JSON representation
Neosemantics Demo App
- Host: GitHub
- URL: https://github.com/neo4j-devtools/n10s
- Owner: neo4j-devtools
- Created: 2020-04-30T14:50:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T12:20:21.000Z (over 1 year ago)
- Last Synced: 2025-01-26T09:21:43.340Z (over 1 year ago)
- Language: Vue
- Size: 4.63 MB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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
```