使用netlify功能进行React 源码

salad_63748 19 0 ZIP 2021-03-08 18:03:02

初始化项目并安装一些依赖项(然后从yarn切换回npm) npm init react-app netlify-react-app cd netlify-react-app rm -rf ./node_modules/ yarn.lock npm i && npm up npm i -D npm-run-all prettier netlify-lambda 更新package.json中的脚本部分 " scripts " : { " build " : " run-p build:** " , " build:app " : " react-scripts build " ,

用户评论
请输入评论内容
评分:
暂无评论