From 6662e173d0ec6c859be6b95085b8e92f3c56ac0b Mon Sep 17 00:00:00 2001 From: zhongsp Date: Thu, 2 Nov 2017 11:46:32 +0800 Subject: [PATCH] Don't even mention the entry point for running npm init in the React/Webpack sample. PR673 --- doc/handbook/tutorials/React & Webpack.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/handbook/tutorials/React & Webpack.md b/doc/handbook/tutorials/React & Webpack.md index bc90683..439f405 100644 --- a/doc/handbook/tutorials/React & Webpack.md +++ b/doc/handbook/tutorials/React & Webpack.md @@ -45,8 +45,7 @@ Webpack会帮助我们生成`dist`目录。 npm init ``` -你会看到一些提示。 -你可以使用默认项除了开始脚本。 +你会看到一些提示,放心地使用默认值就可以了。 当然,你也可以随时到生成的`package.json`文件里修改。 # 安装依赖