Pan
|
686d0acd6d
|
tweak mock
|
2019-03-18 15:51:48 +08:00 |
Pan
|
05ca5cae6d
|
add role mock
|
2019-03-18 12:32:23 +08:00 |
Pan
|
f3aefe54e8
|
refine theme color
|
2019-03-18 09:42:52 +08:00 |
Pan
|
b44335f012
|
feature[Permission]: add role permission management page (#1605)
|
2019-03-17 21:05:46 +08:00 |
Serge
|
f175427a61
|
fix bug
|
2019-03-17 19:36:48 +08:00 |
Pan
|
b0e3dc8617
|
refine settings
|
2019-03-14 17:23:32 +08:00 |
Pan
|
653de1f31e
|
update config
|
2019-03-11 16:29:59 +08:00 |
Pan
|
3560fcacf9
|
set preserveWhitespace
|
2019-03-08 18:33:36 +08:00 |
Pan
|
8e0b5624a9
|
update version
|
2019-03-08 17:57:14 +08:00 |
Pan
|
aefd8bb36a
|
update
|
2018-10-29 15:02:06 +08:00 |
zthxxx
|
40a7626acb
|
feat: perfect migrate to @vue/cli-service, upgrade vue babel version (#1267)
* feat: perfect migrate to @vue/cli-service, upgrade vue babel version
1. update to @vue/cli-service@3.0.5, @babel/core@7.0.0
2. use vue-cli service replace config file in build/ and config/
3. upgrade vue and babel configuration
4. solve the svg-sprite config problem #980
refs: #932 #1087 #980 #1056
* fix: fix breadcrumb dependency
* fix: fix index template and static assets load with vue-cli 3
* fix: fix import driver.js in guide page
* refactor(mock): mak mock api compatible with both web-view and webpack 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](https://github.com/PanJiaChen/vue-element-admin/issues/562#issuecomment-378116233)
* update requires the lowest version of node
* add favicon
* fix(TreeTable): fix `Array.prototype.concat` on custom-tree-table page
|
2018-10-29 13:55:36 +08:00 |