IDEA开发React环境配置
概述
习惯了IDEA写代码,也不想在下⼀个webstorm,⽽且IDEA是webstorm的⽗集,webstorm能⼲的,IDEA应该也是可以的。本篇随便记录下idea下的react的环境搭建。
环境
windows 10
intellij IDEA 2017.3
安装
node.js安装基本是傻⽠操作,在这不详细描述。安装完后,windows已经默认有node环境配置。
出现这个就证明安装成功
intellij IDEA
直接去官⽹下载,如果是免费版的可能会出现⽆法安装的情况,所以建议下完整版的。激活的话,有条件购买正版,学⽣党之类⾃⼰想办法(你懂的)
进⼊IDEA后,ctrl + alt + s 如果没安装node.js是没有这个插件的,现在我们安装插件
在file > setting > plugins 然后⼿动点击
在搜索⾥nodejs
安装完,重启IDEA就能到上图的node.js and npm
还得在⿊窗⼝运⾏ npm install -g create-react-app搭建react脚⼿架,然后新建⼀个react项⽬
然后等待。。。下载⼀些核⼼依赖包,出现下⾯⽂字就成功了
Inside that directory, you can run several commands:
npm start
Starts the development server.
npm run buildidea开发安卓app教程
Bundles the app into static files for production.
npm test
Starts the test runner.
npm run eject
Removes this tool and copies build dependencies, configuration files
and scripts into the app directory. If you do this, you can’t go back!
We suggest that you begin by typing:
cd dragtest
npm start
Happy hacking!
Done
接下去就是运⾏npm
成功跑起来啦。。
看浏览器,搭建成功
最后,初学react可看下
======================================================
如发现错误,请及时留⾔,lz及时修改,避免误导后来者。感谢
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论