legado/modules/web
2024-11-11 10:51:16 +08:00
..
public
scripts style(modules/web): lint code with eslint 2024-10-03 10:16:25 +08:00
src 优化 2024-11-11 10:51:16 +08:00
.browserslistrc
.editorconfig refactor(modules/web): Mirgrat to typescript; fix bugs 2024-10-14 21:46:45 +08:00
.gitignore refactor(modules/web): Mirgrat to typescript; fix bugs 2024-10-14 21:46:45 +08:00
.prettierignore web端优化数据加载 2024-10-15 14:55:40 +08:00
.prettierrc.json refactor(modules/web): Mirgrat to typescript; fix bugs 2024-10-14 21:46:45 +08:00
env.d.ts refactor(modules/web): Mirgrat to typescript; fix bugs 2024-10-14 21:46:45 +08:00
eslint.config.mjs refactor(modules/web): Mirgrat to typescript; fix bugs 2024-10-14 21:46:45 +08:00
index.html refactor(modules/web): Mirgrat to typescript; fix bugs 2024-10-14 21:46:45 +08:00
LICENSE
package.json fix(web): 修复CI;修复进度未同步的问题;优化数据加载 2024-10-15 21:22:19 +08:00
pnpm-lock.yaml refactor(modules/web): Mirgrat to typescript; fix bugs 2024-10-14 21:46:45 +08:00
README.md refactor(modules/web): Mirgrat to typescript; fix bugs 2024-10-14 21:46:45 +08:00
tsconfig.app.json refactor(modules/web): Mirgrat to typescript; fix bugs 2024-10-14 21:46:45 +08:00
tsconfig.json refactor(modules/web): Mirgrat to typescript; fix bugs 2024-10-14 21:46:45 +08:00
tsconfig.node.json refactor(modules/web): Mirgrat to typescript; fix bugs 2024-10-14 21:46:45 +08:00
vite.config.ts web端优化数据加载 2024-10-15 14:55:40 +08:00

阅读web端

使用vue3 web书架和web源编辑

路由

兼容性

IE Firefox Chrome Safari
Edge ≥ 85 Firefox ≥ 79 Chrome ≥ 85 Safari ≥ 14.1

开发

需要阅读app提供后端服务

pnpm dev