An open API service indexing awesome lists of open source software.

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

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
```