Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spacebro/spacebro-server-gui
GUI for spacebro-server
https://github.com/spacebro/spacebro-server-gui
Last synced: 13 days ago
JSON representation
GUI for spacebro-server
- Host: GitHub
- URL: https://github.com/spacebro/spacebro-server-gui
- Owner: spacebro
- Created: 2018-01-17T17:15:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T18:44:04.000Z (about 7 years ago)
- Last Synced: 2024-11-21T04:11:39.918Z (2 months ago)
- Language: JavaScript
- Size: 1.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spacebro-server-gui
> A GUI for spacebro-server
#### Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:9080
npm run dev# build electron application for production
npm run build# lint all JS/Vue component files in `src/`
npm run lint```
---
This project was generated with [electron-vue](https://github.com/soixantecircuits/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://soixantecircuits.gitbooks.io/electron-vue/content/index.html).