摘要: 安装脚手架工具 npm install create-react-app -g 创建一个新的工程 create-react-app 工程名称 到工程文件夹中,运行该工程 npm start 我们建一个welcome.js import React from 'react' class Welcome 阅读全文
posted @ 2021-05-25 11:26 进击的米豆 阅读(53) 评论(0) 推荐(0)