React之Readme.md翻译-内容目录

This project was bootstrapped with [Create React App]
这个项目是用[Create React App]引导的

Below you will find some information on how to perform common tasks.<br>
下面您将找到一些关于如何执行常见任务的信息。
You can find the most recent version of this guide [here]
您可以找到本指南的最新版本[此处]

## Table of Contents 目录
- [Updating to New Releases](#updating-to-new-releases)
更新到新版本
- [Sending Feedback](#sending-feedback)
发送反馈
- [Folder Structure](#folder-structure)
目录结构
- [Available Scripts](#available-scripts)
可用脚本
- [npm start](#npm-start)
- [npm test](#npm-test)
- [npm run build](#npm-run-build)
- [npm run eject](#npm-run-eject)
- [Supported Browsers](#supported-browsers)
受支持的浏览器
- [Supported Language Features and Polyfills](#supported-language-features-and-polyfills) 支持的语言特性和填充物
- [Syntax Highlighting in the Editor](#syntax-highlighting-in-the-editor)
编辑器中的语法突出显示
- [Displaying Lint Output in the Editor](#displaying-lint-output-in-the-editor)
在编辑器中显示Lint输出
- [Debugging in the Editor](#debugging-in-the-editor)
编辑器中的调试
- [Formatting Code Automatically](#formatting-code-automatically)
自动格式化代码
- [Changing the Page `<title>`](#changing-the-page-title)
更改页面<标题>
- [Installing a Dependency](#installing-a-dependency)
安装依赖项
- [Importing a Component](#importing-a-component)
导入组件
- [Code Splitting](#code-splitting)
代码划分
- [Adding a Stylesheet](#adding-a-stylesheet)
添加样式表
- [Post-Processing CSS](#post-processing-css)
后处理CSS
- [Adding a CSS Preprocessor (Sass, Less etc.)](#adding-a-css-preprocessor-sass-less-etc)
添加CSS预处理器(Sass, Less 等)
- [Adding Images, Fonts, and Files](#adding-images-fonts-and-files)
添加图像、字体和文件
- [Adding GraphQL files](#adding-graphql-files)
添加GraphQL文件
- [Using the `public` Folder](#using-the-public-folder)
使用“public”文件夹
- [Changing the HTML](#changing-the-html)
更改HTML
- [Adding Assets Outside of the Module System](#adding-assets-outside-of-the-module-system)
在模块系统之外添加有用的东西
- [When to Use the `public` Folder](#when-to-use-the-public-folder)
何时使用“public”文件夹
- [Using Global Variables](#using-global-variables)
使用全局变量
- [Adding Bootstrap](#adding-bootstrap)
添加Bootstrap
- [Using a Custom Theme](#using-a-custom-theme)
使用自定义主题
- [Adding Flow](#adding-flow)
添加流
- [Adding a Router](#adding-a-router)
添加路由
- [Adding Custom Environment Variables](#adding-custom-environment-variables)
添加自定义环境变量
- [Referencing Environment Variables in the HTML](#referencing-environment-variables-in-the-html)
引用HTML中的环境变量
- [Adding Temporary Environment Variables In Your Shell](#adding-temporary-environment-variables-in-your-shell)
在你的Shell中添加临时环境变量
- [Adding Development Environment Variables In `.env`](#adding-development-environment-variables-in-env)
在.env中添加开发环境变量
- [Can I Use Decorators?](#can-i-use-decorators)
我能用装饰吗?
- [Fetching Data with AJAX Requests](#fetching-data-with-ajax-requests)
用Ajax请求获取数据
- [Integrating with an API Backend](#integrating-with-an-api-backend)
- [Node](#node)
与API后端集成
- [Ruby on Rails](#ruby-on-rails)
开发应用
- [Proxying API Requests in Development](#proxying-api-requests-in-development)
在开发中代理API请求
- ["Invalid Host Header" Errors After Configuring Proxy](#invalid-host-header-errors-after-configuring-proxy)
配置代理后的“无效主机标头”错误
- [Configuring the Proxy Manually](#configuring-the-proxy-manually)
手动配置代理
- [Configuring a WebSocket Proxy](#configuring-a-websocket-proxy)
配置WebSocket代理
- [Using HTTPS in Development](#using-https-in-development)
HTTPS在开发中的应用
- [Generating Dynamic `<meta>` Tags on the Server](#generating-dynamic-meta-tags-on-the-server)
在服务器上生成动态`<meta>‘标记
- [Pre-Rendering into Static HTML Files](#pre-rendering-into-static-html-files)
预呈现为静态HTML文件
- [Injecting Data from the Server into the Page](#injecting-data-from-the-server-into-the-page)
从服务器向页面中注入数据
- [Running Tests](#running-tests)
执行测试
- [Filename Conventions](#filename-conventions)
文件名公约
- [Command Line Interface](#command-line-interface)
命令行接口
- [Version Control Integration](#version-control-integration)
版本控制集成
- [Writing Tests](#writing-tests)
编写测试
- [Testing Components](#testing-components)
测试组件
- [Using Third Party Assertion Libraries](#using-third-party-assertion-libraries)
使用第三方断言库
- [Initializing Test Environment](#initializing-test-environment)
初始化测试环境
- [Focusing and Excluding Tests](#focusing-and-excluding-tests)
聚焦和排除测试
- [Coverage Reporting](#coverage-reporting)
覆盖率报告
- [Continuous Integration](#continuous-integration)
持续整合
- [Disabling jsdom](#disabling-jsdom)
禁用jsdom
- [Snapshot Testing](#snapshot-testing)
快照测试
- [Editor Integration](#editor-integration)
编辑器整合
- [Debugging Tests](#debugging-tests)
调试测试
- [Debugging Tests in Chrome](#debugging-tests-in-chrome)
在Chrome中调试测试
- [Debugging Tests in Visual Studio Code](#debugging-tests-in-visual-studio-code)
在VisualStudioCode中调试测试
- [Developing Components in Isolation](#developing-components-in-isolation)
隔离开发组件
- [Getting Started with Storybook](#getting-started-with-storybook)
从故事书开始
- [Getting Started with Styleguidist](#getting-started-with-styleguidist)
从史泰尔吉德开始
- [Sharing Components in a Monorepo](#sharing-components-in-a-monorepo)
在Monorepo中共享组件
- [Publishing Components to npm](#publishing-components-to-npm)
发布组件到npm
- [Making a Progressive Web App](#making-a-progressive-web-app)
开发一个改良的Web应用程序
- [Opting Out of Caching](#opting-out-of-caching)
选择退出缓存
- [Offline-First Considerations](#offline-first-considerations)
离线-第一考虑
- [Progressive Web App Metadata](#progressive-web-app-metadata)
渐进Web应用元数据
- [Analyzing the Bundle Size](#analyzing-the-bundle-size)
Bundle尺寸分析
- [Deployment](#deployment)
部署
- [Static Server](#static-server)
静态服务器
- [Other Solutions](#other-solutions)
其他方案
- [Serving Apps with Client-Side Routing](#serving-apps-with-client-side-routing)
使用客户端路由为应用程序提供服务
- [Service Worker Considerations](#service-worker-considerations)
服务工作者的考虑
- [Building for Relative Paths](#building-for-relative-paths)
相对路径构建
- [Azure](#azure)
天蓝色
- [Firebase](#firebase)
重火力点
- [GitHub Pages](#github-pages)
GitHub页面
- [Heroku](#heroku)
Heroku 一个支持多种编程语言的云平台
- [Netlify](#netlify)
Netlify公司提供的软件工具可以帮助企业构建高性能网站
- [Now](#now)
现在
- [S3 and CloudFront](#s3-and-cloudfront)
S3和CloudFront
- [Surge](#surge)
大浪
- [Advanced Configuration](#advanced-configuration)
高级设置
- [Troubleshooting](#troubleshooting)
发现并修理故障
- [`npm start` doesn’t detect changes](#npm-start-doesnt-detect-changes)
'npm start’不能检测到更改
- [`npm test` hangs on macOS Sierra](#npm-test-hangs-on-macos-sierra)
'npm测试’挂掉在MacOS Sierra
- [`npm run build` exits too early](#npm-run-build-exits-too-early)
‘npm run build’ 过早退出
- [`npm run build` fails on Heroku](#npm-run-build-fails-on-heroku)
`npm run build`在Heroku上失败
- [`npm run build` fails to minify](#npm-run-build-fails-to-minify)
`npm run build` 不能缩小
- [Moment.js locales are missing](#momentjs-locales-are-missing)
Moment.js 本地化丢失
- [Alternatives to Ejecting](#alternatives-to-ejecting)
弹射的替代方案
- [Something Missing?](#something-missing)
物件短少?
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值