From 2ce607bd9cfcfe4732b9d08bb8ac9fba11ca1162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=B3=E5=90=8C=E5=B0=98?= Date: Sun, 28 Jun 2020 11:51:50 +0800 Subject: [PATCH] Update README.md simplify NPM command --- greenplayer/README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/greenplayer/README.md b/greenplayer/README.md index 5a5c0de..1639667 100644 --- a/greenplayer/README.md +++ b/greenplayer/README.md @@ -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 @@ -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 \ No newline at end of file + visit: http://127.0.0.1:8000/example/greenplayer/demo/demo.html