Yinode Blog

断裂,就一直断裂

React+Typescript+Prettier+ESLint 项目初始化

项目初始化

React项目初始化 TypeScript + ESLint + Prettier自动格式化 新建项目 需要提前安装create-react-app命令,不做赘述 npx create-react-app your-app-name --template typescript cd your-app-name 添加并