legado/modules/web
dependabot[bot] 3f76be4d78
Bump eslint-plugin-prettier from 4.2.1 to 5.0.0 in /modules/web
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 4.2.1 to 5.0.0.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v4.2.1...v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-17 04:40:07 +00:00
..
public modules 添加web 2023-04-07 20:28:21 +08:00
scripts web: 源编辑快捷键保存逻辑 2023-05-20 17:12:11 +08:00
src [skip ci] web: 书架界面布局切换750px 2023-06-11 07:25:38 +08:00
.browserslistrc modules 添加web 2023-04-07 20:28:21 +08:00
.env.development web loading遮罩透明 2023-04-08 12:17:13 +08:00
.env.production modules 添加web 2023-04-07 20:28:21 +08:00
.eslintrc-auto-import.json update vue3.3 2023-05-14 19:36:52 +08:00
.eslintrc.cjs modules 添加web 2023-04-07 20:28:21 +08:00
.gitignore modules 添加web 2023-04-07 20:28:21 +08:00
index.html modules 添加web 2023-04-07 20:28:21 +08:00
jsconfig.json 优化 2023-04-14 22:14:04 +08:00
LICENSE modules 添加web 2023-04-07 20:28:21 +08:00
package.json Bump eslint-plugin-prettier from 4.2.1 to 5.0.0 in /modules/web 2023-07-17 04:40:07 +00:00
README.md [skip ci] 2023-04-08 12:55:33 +08:00
vite.config.js set package.json typeto module 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