美文网首页
React 基本环境的搭建

React 基本环境的搭建

作者: 卖参 | 来源:发表于2018-06-11 13:24 被阅读0次

    1.yarn包管理器的安装:

    npm install -g yarn

    2.脚手架create-react-app 的安装使用

    安装: yarn add -g create-react-app


    使用:  create-react-app my-project


    启动:  yarn start

    构建:yarn build

    相关文章

      网友评论

          本文标题:React 基本环境的搭建

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