neverchanje / notes

1 stars 0 forks source link

react #14

Closed neverchanje closed 5 years ago

neverchanje commented 5 years ago

升级 npm 和 nodejs

npm install npm -g
nvm install node

初始化项目

npm init react-app pegasus-web
npm instal --save @material-ui/core @material-ui/icon 

打包

npm remove webpack -g
npm i webpack@4.19.1 --save-dev
npm run build