@yzyaz/react-scripts
v1.0.19
Published
自定义react脚手架, Configuration and scripts for Create React App.
Downloads
4
Readme
react-scripts
This package includes scripts and configuration used by Create React App. Please refer to its documentation:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
执行命令
npx create-react-app my-app --scripts-version @yzyaz/react-scripts --template @yzyaz/typescript
# or
yarn create react-app my-app --scripts-version @yzyaz/react-scripts --template @yzyaz/typescript