From 4e5318ba538e56f59253cf196b4ce1b45e1a8563 Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Mon, 3 Jan 2022 17:41:26 +0800 Subject: [PATCH] doc: update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index ef779b7..d8b102a 100644 --- a/README.md +++ b/README.md @@ -172,9 +172,4 @@ To contribute, please follow the steps: - `cd idraw` - `npm i` - `npm run init` -- `npm run dev` for compiling all packages - - `npm run dev ${module}` for compiling single module such as `idraw` -- `npm run serve` for starting a server -- http://127.0.0.1:8080 - - http://127.0.0.1:8080/packages/idraw/examples/features/ - - http://127.0.0.1:8080/packages/core/examples/features/ \ No newline at end of file +- `npm run dev` to select and develop single package \ No newline at end of file