From 55b2b8e963e177bb9ce6fa3ac1befc70f9ed24ea Mon Sep 17 00:00:00 2001 From: Wait Date: Wed, 8 Mar 2017 16:41:56 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 444d68c..f6cc20d 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ $ npm install # Install project dependencies $ npm start # Compile and launch ``` -如果一切顺利,就能正常打开端口:[http://localhost:3000/](http://localhost:3000/) - +如果一切顺利,就能正常打开端口:[http://localhost:3000/](http://localhost:3000/)
+测试低版本IE的用户,通过`npm run build`,直接打开打包文件测试。
开发过程中,你用得最多的会是`npm start`。 但是这里还有很多其它的处理: