Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neo4j-devtools/n10s
- Owner: neo4j-devtools
- Created: 2020-04-30T14:50:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T22:37:35.000Z (over 1 year ago)
- Last Synced: 2024-04-23T19:57:55.255Z (9 months ago)
- Language: Vue
- Size: 4.63 MB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 23
-
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
```