随笔分类 -  react

摘要:命令: npx create-react-app 项目名称 1。npx:node.js的工具命令 查找并执行后续的命令包 2。create-react-app 核心包(固定写法),用于创建react项目 3。项目名称 react的项目名称(自定义) 阅读全文
posted @ 2024-06-29 13:14 light丶 阅读(10) 评论(0) 推荐(0)