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

https://github.com/dtstack/easyvc-power-meter

an open source component code for demonstrating @easyv/cli.
https://github.com/dtstack/easyvc-power-meter

Last synced: 19 days ago
JSON representation

an open source component code for demonstrating @easyv/cli.

Awesome Lists containing this project

README

        

# easyvc power meter

a open source component code for show EasyV Cli

watch online: [power meter](https://easyv.dtstack.com/workspace/shareScreen/eyJzY3JlZW5JZCI6MzIzOTJ9)

# Install & Usage

* Install [node.js](https://nodejs.org/en/).
* Clone (or download) this very repo.
```
npm install -g @easyv/cli
```
* In terminal, navigate to the directory where you cloned this repo.
* Enter these commands:
```
npm install
easyv dev
```
Note:
in windows 7 or 8, if that can't run, you may try:
- download and install [powershell](https://docs.microsoft.com/en-us/powershell/)
- add node bin path to system environment variable, which in npm config, run ```npm config ls -l``` and found ```prefix```.

# Reference

see EasyV homepage get more help.
- [EasyV](https://easyv.dtstack.com/)
- [EasyV Cli](https://www.npmjs.com/package/@easyv/cli)