码迷,mamicode.com
首页 > 其他好文 > 详细

react

时间:2019-02-17 00:42:08      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:.com   提示   npm   完成   tps   des   web   info   url   

1、安装

安装react

sudo npm install -g create-react-app

试着生成一个react的项目

create-react-app zss

会提示缺少node

sudo apt-get install nodejs

apt的node默认版本过低,需要安装8.x以上(使用sudo apt-get install nodejs=9.11.2无效)

curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs

 

2、创建webpack项目

node9 安装好之后,执行创建webpack项目的命令

cerate-react-app zss

 

create-react-app命令执行完成之后,会产生如下提示

技术图片

 

按照提示,执行npm start可以执行该项目,运行web服务。

 

react

标签:.com   提示   npm   完成   tps   des   web   info   url   

原文地址:https://www.cnblogs.com/zealousness/p/10389730.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!