create-react-app脚手架安装使用

首先,确保已经安装了node,如果没有安装node可先去node.js中文网下载安装。 使用命令 npm i -g create-react-app 全局安装create-react-app 检测create-react-app是否安装成功 create-react-app -V 注意,V是大写。如果出现版本号,则表示安装成功,不过如果你当前安装的node版本不支持你安装的create-react
相关文章
相关标签/搜索