react常用命令

react

npm install -g create-react-app
create-react-app my-app
cd my-app/

启动项目:npm start 

安装依赖:npm install 

 编译:npm run build

以上是 react常用命令 的全部内容, 来源链接: utcz.com/z/381324.html

回到顶部