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.
- Host: GitHub
- URL: https://github.com/dtstack/easyvc-power-meter
- Owner: DTStack
- License: mit
- Created: 2020-09-17T06:01:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T06:59:31.000Z (almost 5 years ago)
- Last Synced: 2024-02-25T12:39:11.684Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@easyv/cli
- Size: 13.7 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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)