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.
- Host: GitHub
- URL: https://github.com/mining-pool/pool-webpage
- Owner: mining-pool
- Created: 2020-01-20T19:01:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T08:00:53.000Z (over 3 years ago)
- Last Synced: 2025-04-12T21:09:26.172Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 3.33 MB
- Stars: 11
- Watchers: 2
- Forks: 6
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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/).