create-react-app脚手架跨域处理
脚手架版本$ create-react-app -V 1.5.2
init 结构$ create-react-app proxytest$ cd proxytest$ yarn start$ yarn add axios
在package.json中配置proxy"proxy": { "/v2/book": { "target": "https://api...
阅读全文…