Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
simplify NPM command
  • Loading branch information
jarry authored Jun 28, 2020
1 parent 45dac6f commit 2ce607b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions greenplayer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ You can download the code and run the demo.
## INSTSLL

```shell
$ npm i goldvideo-player
$ npm install
# npm audit fix
$ npm run dev # dev mode
# npm run test # test mode
# npm run build # production mode
# rollup -c # build es module
$ npm i goldvideo-player # @see https://www.npmjs.com/package/goldvideo-player
$ npm install # maybe need input `npm audit fix` etc.
$ npm run dev # @see package.json
```

## PERPARE LIBRARY
Expand All @@ -34,4 +30,4 @@ You can download the code and run the demo.
```

## PREVIEW
visit: http://127.0.0.1:8000/example/greenplayer/demo/demo.html
visit: http://127.0.0.1:8000/example/greenplayer/demo/demo.html

0 comments on commit 2ce607b

Please sign in to comment.