legado/modules/web
2023-04-22 07:55:41 +08:00
..
public modules 添加web 2023-04-07 20:28:21 +08:00
src fix(web): 同步删除app源 2023-04-22 07:55:41 +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 fix: web书籍部分图片加载失败 2023-04-16 20:13:45 +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 [skip ci]Merge pull request #2991 from gedoor/dependabot/npm_and_yarn/modules/web/vueuse/shared-10.0.2 2023-04-16 10:59:34 +08:00
README.md [skip ci] 2023-04-08 12:55:33 +08:00
vite.config.js modules 添加web 2023-04-07 20:28:21 +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