react 项目建立

    xiaoxiao2022-07-12  123

    先安装脚手架工具:

    npm install -g create-react-app

    创建项目:

    create-react-app my-app

    进入运行。

    最新回复(0)