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

https://github.com/mining-pool/pool-webpage

MiningWebpage is a vue based frond-end one page application for all pools which follow mining-pool-api.
https://github.com/mining-pool/pool-webpage

Last synced: about 1 year ago
JSON representation

MiningWebpage is a vue based frond-end one page application for all pools which follow mining-pool-api.

Awesome Lists containing this project

README

          

# mining-webpage

MiningWebpage is a vue based frond-end one page application for all pools which follow [mining-pool-api](https://github.com/mining-pool/mining-pool-api).

## Project setup

```bash
yarn install
```

### Compiles and hot-reloads for development

```bash
yarn serve
```

### Compiles and minifies for production

```bash
yarn build
```

### Lints and fixes files

```bash
yarn lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).