Don't even mention the entry point for running npm init in the React/Webpack sample. PR673

This commit is contained in:
zhongsp 2017-11-02 11:46:32 +08:00
parent 3241de81ff
commit 6662e173d0

View File

@ -45,8 +45,7 @@ Webpack会帮助我们生成`dist`目录。
npm init
```
你会看到一些提示。
你可以使用默认项除了开始脚本。
你会看到一些提示,放心地使用默认值就可以了。
当然,你也可以随时到生成的`package.json`文件里修改。
# 安装依赖