Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libotony/energy-station-web
Web page works with energy station contracts
https://github.com/libotony/energy-station-web
Last synced: 13 days ago
JSON representation
Web page works with energy station contracts
- Host: GitHub
- URL: https://github.com/libotony/energy-station-web
- Owner: libotony
- Created: 2018-10-19T09:41:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T15:38:51.000Z (about 2 years ago)
- Last Synced: 2024-11-07T18:00:33.434Z (2 months ago)
- Language: Vue
- Homepage: https://energy.outofgas.io/
- Size: 2.59 MB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EnergyStation web
[![Travis](https://travis-ci.org/libotony/energy-station-web.svg?branch=master)](https://travis-ci.org/libotony/energy-station-web)
Web page works with energy station contracts
## Contracts and detail
[EnergyStation](https://github.com/libotony/energy-station)
## Development
### Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```