美文网首页
react 脚手架安装

react 脚手架安装

作者: hk_faith | 来源:发表于2020-03-03 11:01 被阅读0次

    react 脚手架

    react 的 create-react-app 脚手架:
    项目的整体技术架构:react + webpack + es6 + eslint
    脚手架项目的特点:模块化 ,组件化,工程化

    项目的创建

    npm install -g create-react-app
    npm root -g #查看安装的全局路径
    create-react-app hello-react
    cd hello-react
    npm start
    

    相关文章

      网友评论

          本文标题:react 脚手架安装

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