-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: perfect migrate to @vue/cli-service, upgrade vue babel version #1232
Conversation
@PanJiaChen |
感谢作者大大的工作, |
感谢你的pr,其实之前我升级了一下 vue-cli@3。 但因为一些别的事情耽搁了。我争取最近搞定他吧。 |
4d44f6a 修复了 |
…k server 1. 把 Mockjs 功能移到 server 端中间件,同时也兼容前端直接劫持 XHR 2. dev 环境下默认作为 express 中间件通过 webpack server 提供 mock api 3. prod 构建时,默认在前端用 Mockjs 劫持 XHR benefits: - dev 开发调试时能直接看到 XHR 请求,方便调试网络,能和后端对接联调 - 避开在开发时因为 Mockjs 引起的网络 bug - prod 构建时劫持 XHR,保证本项目的 Github Pages preview 能正常显示 (逻辑和 error-log 一样) - 前后台使用的 mock 是同一份代码,不会增加维护负担 ref: [#562](#562 (comment))
改动有点多了 😂 第一个 pr 测试不到位,今天修复了面包屑导航、
作者大大有空 review 一下啦 @PanJiaChen |
👍 |
OK,我迁到 4.0 分支去 |
@zthxxx 大概啥时候能提交pr?因为我可能要基于你的代码进行开发。 |
@PanJiaChen 今天!周末没看到😱 |
@vue/cli-service@3.0.5
,@babel/core@7.0.0
build/
andconfig/
refs: #932 #1087 #980 #1056