https://github.com/spacebro/spacebro-server-gui
GUI for spacebro-server
https://github.com/spacebro/spacebro-server-gui
Last synced: 8 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T18:44:04.000Z (over 8 years ago)
- Last Synced: 2025-01-21T21:46:28.978Z (over 1 year 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).