legado/modules/web
dependabot[bot] f3a1f30b86
Bump unplugin-icons from 0.16.6 to 0.18.5 in /modules/web
Bumps [unplugin-icons](https://github.com/unplugin/unplugin-icons) from 0.16.6 to 0.18.5.
- [Release notes](https://github.com/unplugin/unplugin-icons/releases)
- [Commits](https://github.com/unplugin/unplugin-icons/compare/v0.16.6...v0.18.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 05:43:44 +00:00
..
public
scripts eslint 2023-07-25 21:35:32 +08:00
src 优化 2024-01-21 22:54:32 +08:00
.browserslistrc
.env.development
.env.production
.eslintrc-auto-import.json 修复web阅读上下方向键二段跳的问题 2023-09-23 20:28:28 +08:00
.eslintrc.cjs
.gitignore
index.html
jsconfig.json
LICENSE
package.json Bump unplugin-icons from 0.16.6 to 0.18.5 in /modules/web 2024-02-20 05:43:44 +00:00
README.md
vite.config.js

阅读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