https://github.com/neilseligmann/g15manager-client
A simple web-client for G15Manager
https://github.com/neilseligmann/g15manager-client
Last synced: 4 months ago
JSON representation
A simple web-client for G15Manager
- Host: GitHub
- URL: https://github.com/neilseligmann/g15manager-client
- Owner: NeilSeligmann
- License: gpl-3.0
- Created: 2021-05-24T19:49:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T06:58:35.000Z (about 4 years ago)
- Last Synced: 2025-07-17T16:52:18.538Z (11 months ago)
- Language: Vue
- Size: 2.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# G15manager-client
A simple web client to interact with [G15Manager](https://github.com/NeilSeligmann/G15Manager), made with [Vue.js](https://vuejs.org/).
> Warning: This is a work in progress, expect problems.
## Requirements
- [NodeJS](https://nodejs.org/)
- [Yarn.js](https://classic.yarnpkg.com)
- [G15Manager](https://github.com/NeilSeligmann/G15Manager)
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```