Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dashersw/mogollar
A MongoDB UI built with Electron
https://github.com/dashersw/mogollar
electron electronjs gui mongodb ui
Last synced: 23 days ago
JSON representation
A MongoDB UI built with Electron
- Host: GitHub
- URL: https://github.com/dashersw/mogollar
- Owner: dashersw
- License: mit
- Created: 2020-08-14T20:36:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T14:07:40.000Z (8 months ago)
- Last Synced: 2024-09-29T01:23:35.189Z (about 1 month ago)
- Topics: electron, electronjs, gui, mongodb, ui
- Language: JavaScript
- Homepage:
- Size: 181 KB
- Stars: 286
- Watchers: 15
- Forks: 30
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mogollar
A MongoDB UI built with Electron
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run electron:serve
```### Compiles and minifies for production
```
npm run electron:build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).