关于前端:React的组件化工程化开发脚手架

4次阅读

共计 116 个字符,预计需要花费 1 分钟才能阅读完成。

 脚手架:create-react-app
装置脚手架:$ npm i create-react-app -g
查看装置:$ npm create-react-app --version
新建我的项目:$ npx create-react-app my-app
正文完
 0