Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 473 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 473 Bytes

React configuration file exposure

cnpm run eject

Installation dependency

yarn install

Install other plug-ins

cnpm install react-router-dom
cnpm install node-sass
cnpm install less-loader --save
cnpm install axios
cnpm install react-animated-router --save || cnpm install react-transition-group --save (react 官方动画)
cnpm install --save nprogress

Project operation

yarn start

Pack Project

cnpm run build