美文网首页React
react-01:安装

react-01:安装

作者: 左木北鱼 | 来源:发表于2019-07-08 23:18 被阅读0次

    1.换镜像源:

    • 查看:npm config get registry
    • 更换:npm config set registry https://registry.npm.taobao.org

    2.重新安装:

    • npx create-react-app my-app

    3.运行

    • npm start
      npm start
      页面
      初始化代码

    相关文章

      网友评论

        本文标题:react-01:安装

        本文链接:https://www.haomeiwen.com/subject/vuvzhctx.html