react:搭建项目 :`npx create-react-app 项目名 `
react:开发环境启动项目命令:yarn start
react:项目打包后启动命令: live-server
react:4. 环境变量
- 开发 : `.env.development` => `REACT_APP_URL=http://localhost:8080`
- 发布 : `.env.production` => `REACT_APP_URL=http://xmg.api.com`
vue:搭建项目 :vue create 项目名
vue:开发环境启动项目命令:yarn serve
vue: 项目打包后启动命令:serve-s build