重要更新 Facebook发布了无需配置或样板即可创建React Apps的工具。 如果您刚刚开始学习React,则可能要使用create-react-app而不是使用此样板项目。 npm install -g create-react-app create-react-app my-app cd my-app/ npm start 然后打开以查看您的应用。 准备部署到生产环境时,请使用npm run build创建一个缩小的捆绑包。 有关create-react-app的更多信息,请查看和 在幕后,create-react-app使用Webpack和Babel。 如果要查看如何在项目中