React的组件化/工程化开发(脚手架)
脚手架: create-react-app
安装脚手架:
`$ npm i create-react-app -g`
检查安装:
`$ npm create-react-app --version`
新建项目:
`$ npx create-react-app my-app`
脚手架: create-react-app
安装脚手架:
`$ npm i create-react-app -g`
检查安装:
`$ npm create-react-app --version`
新建项目:
`$ npx create-react-app my-app`