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 的 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
网友评论