Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmosul/dndb
https://github.com/jmosul/dndb
dnd-tools graphql javascript
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmosul/dndb
- Owner: jmosul
- Created: 2020-01-25T10:44:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:42:33.000Z (about 2 years ago)
- Last Synced: 2024-10-31T12:50:23.593Z (2 months ago)
- Topics: dnd-tools, graphql, javascript
- Language: JavaScript
- Size: 5.34 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dndb
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).