Commit Graph

69 Commits

Author SHA1 Message Date
winixt
eea735d3a8 break: 升级 webpack-dev-server: 3.x > 4.x 2022-04-11 14:51:00 +08:00
winixt
8bdaad419a refactor: 修改 html 相关逻辑与问题 2022-04-05 19:44:39 +08:00
winixt
31ff10532e feat: 初步实现 vite dev 构建 2022-04-03 19:26:49 +08:00
winixt
35218f0e42 chore: 添加一些测试代码 2022-04-02 19:29:38 +08:00
winixt
97b9e8fa3c refactor: 优化 resolver inner dep and declare type file 2022-03-28 21:03:13 +08:00
winixt
023b223854 feat: 构建类型定义 2022-03-28 19:44:54 +08:00
winixt
a9ffca2262 refactor: 完成运行时类型改造 2022-03-27 20:10:28 +08:00
winixt
99db87e400 refactor: 抽离 webpack 构建 2022-03-26 20:24:14 +08:00
winixt
c04148f84d fix: run vite 2022-03-26 14:58:01 +08:00
winixt
242787c358 feat: 优化构建 2022-03-25 20:31:30 +08:00
harrywan
5b1553ef58
feat: 页面支持tsx,提供defineRoute配置tsx和jsx的route (#106)
* feat: 页面支持tsx,提供defineRoute配置tsx和jsx的route

* .vue文件也支持defineRouteMeta

* feat: 改回声明用法
2022-03-09 10:27:11 +08:00
qlin
d1c93bd435
feat: 优化 windicss 配置 (#104)
Co-authored-by: joyzhan <joyzhan@webank.com>
2022-03-03 21:45:51 +08:00
qlin
e00acc4a7e
feat: 针对请求文件的情况进行优化 (#91) 2022-01-13 16:25:16 +08:00
winixt
5e5efb276a feat: 将 ignore vue custom block logic move to preset 2021-12-27 19:11:49 +08:00
harrywan
9be4ebe415
Merge pull request #83 from WeBankFinTech/router-jsx
feat: 路由生成支持 .jsx 后缀
2021-12-15 19:44:34 +08:00
winixt
7f305bc74b feat: 路由生成支持 .jsx 后缀 2021-12-15 19:38:17 +08:00
winixt
e5b1e17b26 fix: 自定义 config 不兼容 vue-loader 问题 2021-12-15 18:08:37 +08:00
winixt
1eb20b0385 fix: generate get request url key 2021-11-18 11:09:47 +08:00
winixt
57e77d54d4 fix: vue and @vue/compiler-sfc version match problem 2021-09-14 17:00:53 +08:00
winixt
37ab86c7b3 feat: 编译支持 ts 2021-08-25 16:47:52 +08:00
winixt
afd5497f79 fix: 解决 layout menu 空菜单问题 + env 环境覆盖问题 2021-08-20 10:08:58 +08:00
harrywan
5cca84e35a
Merge pull request #67 from WeBankFinTech/add_test
源码梳理一
2021-08-13 18:56:05 +08:00
winixt
67b74367ed feat: 优化包依赖 + 优化 fes-plugin-test 2021-08-09 14:43:47 +08:00
winixt
5c6a7ef788 fix: request cache 异常 2021-08-08 10:03:34 +08:00
winixt
51c83c2df2 feat: 优化 dataField 逻辑 2021-07-29 11:24:44 +08:00
harrywan
46389c4f4c chore: 去掉rc 2021-06-23 15:32:07 +08:00
winixt
ee71681505 fix: patchRoutes 重复调用问题 2021-05-25 22:21:32 +08:00
winixt
8444f64f10 feat: 优化 request,添加 mergeRequest 配置参数 2021-05-24 21:18:03 +08:00
winixt
bb2f25f644 feat: request 添加merge类型 2021-05-24 15:53:59 +08:00
winixt
3f40ebe08b feat: 优化 request 异常处理 2021-05-22 17:26:36 +08:00
winixt
f636b37df9 feat: 优化 request cache 2021-05-22 13:19:19 +08:00
winixt
5fa3df704d feat: router name 优化 2021-05-12 20:16:40 +08:00
winixt
eb2bb5a014 fix: request error handler 处理 2021-05-10 20:42:29 +08:00
bac-joker
c6c133ca5a feat: request 添加关闭code校验逻辑 2021-04-26 17:34:01 +08:00
bac-joker
6f4028bb7d feat: 统一request 所有错误处理 2021-04-12 11:29:24 +08:00
bac-joker
d952aa9008 fix: 非 0 code 作为异常响应处理 2021-04-12 10:49:23 +08:00
bac-joker
cc8c392e62 fix: build 构建参数异常问题 2021-04-11 19:12:48 +08:00
bac-joker
dced6a92ea feat: request dataField 支持覆盖 2021-04-06 16:08:59 +08:00
bac-joker
9a5b6eb075 feat: request plugin 添加接口前缀 2021-03-30 21:35:12 +08:00
bac-joker
ca112f6d2f fix: public 2021-03-25 17:38:54 +08:00
wanchun
37c6464be1 fix: 更新一些包的版本 2021-03-06 21:30:38 +08:00
bac-joker
ea1fca1a77 feat: 更改npm包名 2021-03-05 17:03:04 +08:00
bac-joker
cbbda6df42 fix: eslint babel parse 2021-02-08 19:21:30 +08:00
bac-joker
f44acf5c08 feat: 重写构建 & 升级到 webpack5 2021-02-08 16:52:58 +08:00
万纯
7a7694fd47 Merge branch 'vue3' of https://github.com/aringlai/fes.js into aringlai-vue3
# Conflicts:
#	yarn.lock
2021-02-02 20:39:54 +08:00
万纯
cc2a154962 fix: 锁定vue的版本,优先使用项目的 2021-02-02 19:52:52 +08:00
aringlai
7f9149d26c fix: vue版本固定 2021-02-02 18:05:05 +08:00
bac-joker
d7a7e1748a fix: update yarn.lock 2021-01-31 10:31:39 +08:00
bac-joker
252e9d632f feat: upgrade eslint config 2021-01-31 10:25:01 +08:00
万纯
f9055f4d70 feat: 模板添加favicon 2021-01-28 19:55:34 +08:00