Files
legado/modules/web
dependabot[bot] 5a64d6633f Bump unplugin-auto-import from 0.15.3 to 0.16.0 in /modules/web
Bumps [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) from 0.15.3 to 0.16.0.
- [Release notes](https://github.com/antfu/unplugin-auto-import/releases)
- [Commits](https://github.com/antfu/unplugin-auto-import/compare/v0.15.3...v0.16.0)

---
updated-dependencies:
- dependency-name: unplugin-auto-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-20 10:32:42 +00:00
..
2023-04-07 20:28:21 +08:00
2023-05-20 17:12:11 +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-05-14 19:36:52 +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