Files
legado/modules/web
dependabot[bot] b96b7d4e06 Bump eslint from 8.57.0 to 9.1.1 in /modules/web
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.1.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.1.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 04:05:12 +00:00
..
2023-04-07 20:28:21 +08:00
2023-07-25 21:35:32 +08:00
2024-04-19 20:35:45 +08:00
2023-04-07 20:28:21 +08:00
2023-04-08 12:17:13 +08:00
2023-04-07 20:28:21 +08:00
2023-04-07 20:28:21 +08:00
2023-04-07 20:28:21 +08:00
2023-04-07 20:28:21 +08:00
2023-04-14 22:14:04 +08:00
2023-04-07 20:28:21 +08:00
2023-04-08 12:55:33 +08:00
2023-05-16 10:43:55 +08:00

阅读web端

使用vue3 web书架和web源编辑

路由

兼容性

IE Firefox Chrome Safari
Edge ≥ 79 Firefox ≥ 78 Chrome ≥ 64 Safari ≥ 12

开发

需要阅读app提供后端服务开发前修改环境变量VITE_API为阅读web服务地址

echo "VITE_API=http://<ip>:<port>" > .env.development
pnpm dev