@abhaykumar01234/vp_test 中文文档教程
Getting Started with Create React App
这个项目是通过 Create React App 引导的。
Available Scripts
在项目目录下,你可以运行:
yarn start
Runs the app in the development mode.\ 在浏览器中打开http://localhost:3000即可查看。
如果您进行编辑,页面将重新加载。\ 您还将在控制台中看到任何 lint 错误。
yarn test
在交互式观看模式下启动测试运行程序。\ 有关详细信息,请参阅有关运行测试 的部分。
yarn build
将用于生产的应用构建到 build
文件夹。\ 它在生产模式下正确地捆绑了 React,并优化了构建以获得最佳性能。
构建被缩小并且文件名包含哈希值。\ 您的应用程序已准备好部署!
有关详细信息,请参阅有关部署 的部分。
yarn eject
注意:这是一个单向操作。 弹出
后,您将无法返回!
如果您对构建工具和配置选择不满意,可以随时弹出
。 此命令将从您的项目中删除单个构建依赖项。
相反,它会将所有配置文件和传递依赖项(webpack、Babel、ESLint 等)直接复制到您的项目中,以便您可以完全控制它们。 除了 eject
之外的所有命令仍然有效,但它们将指向复制的脚本,因此您可以调整它们。 在这一点上,你是靠自己的。
您不必使用 eject
。 精选的功能集适用于中小型部署,您不应该觉得必须使用此功能。 但是我们知道,如果您在准备好使用它时不能对其进行自定义,那么该工具将毫无用处。
Learn More
您可以在创建 React App 文档中了解更多信息。
要学习 React,请查看 React 文档。
Code Splitting
本节已移至此处:https://facebook.github.io/create-react-app/ docs/code-splitting
Analyzing the Bundle Size
此部分已移至此处:https:/ /facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
Making a Progressive Web App
此部分已移至此处:https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
Advanced Configuration
这部分有移至此处:https://facebook.github.io/create-react-app/docs/advanced -配置
Deployment
本节已移至此处:https://facebook.github.io/create- react-app/docs/deployment
yarn build
fails to minify
此部分已移至此处:https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
Getting Started with Create React App
This project was bootstrapped with Create React App.
Available Scripts
In the project directory, you can run:
yarn start
Runs the app in the development mode.\ Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.\ You will also see any lint errors in the console.
yarn test
Launches the test runner in the interactive watch mode.\ See the section about running tests for more information.
yarn build
Builds the app for production to the build
folder.\ It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\ Your app is ready to be deployed!
See the section about deployment for more information.
yarn eject
Note: this is a one-way operation. Once you eject
, you can’t go back!
If you aren’t satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
You don’t have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
Learn More
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
Code Splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
Analyzing the Bundle Size
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
Making a Progressive Web App
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
Advanced Configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
Deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
yarn build
fails to minify
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify