MyGit

v2.1.0

facebook/create-react-app

版本发布时间: 2018-10-30 11:44:58

facebook/create-react-app最新发布版本:v5.0.1(2022-04-13 01:35:30)

2.1.0 (October 29, 2018)

Create React App 2.1 adds support for TypeScript! Read the documentation to get started.

New applications can be created using TypeScript by running:

$ npx create-react-app my-app --typescript

:rocket: New Feature

:bug: Bug Fix

:nail_care: Enhancement

:memo: Documentation

:house: Internal

Committers: 15

Migrating from 2.0.5 to 2.1.0

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@2.1.0

or

yarn add --exact react-scripts@2.1.0

相关地址:原始地址 下载(tar) 下载(zip)

查看:2018-10-30发行的版本