admin 管理员组

文章数量: 1184232

package.json 配置文件:

"scripts": {
"start": " react-scripts start",    //修改这个 
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},

mac版

"start": "BROWSER=chrome react-scripts start",

windows版

"start": "set BROWSER=chrome&& react-scripts start",

本文标签: 打开浏览器 项目 React