湖里非遗视听

快乐的梦鱼 c48baf12fd 🚗 播放页增加返回按钮 6 hours ago
.vscode a7284af898 ✨初始功能提交 9 hours ago
pack 385fb88d47 🎨 打包调整 9 hours ago
public a7284af898 ✨初始功能提交 9 hours ago
src c48baf12fd 🚗 播放页增加返回按钮 6 hours ago
.gitignore a7284af898 ✨初始功能提交 9 hours ago
README.md a7284af898 ✨初始功能提交 9 hours ago
components.d.ts a7284af898 ✨初始功能提交 9 hours ago
env.d.ts a7284af898 ✨初始功能提交 9 hours ago
index.html a7284af898 ✨初始功能提交 9 hours ago
logo.png a7284af898 ✨初始功能提交 9 hours ago
package-lock.json c389851be0 🎨 打包调整 9 hours ago
package.json c389851be0 🎨 打包调整 9 hours ago
tsconfig.app.json a7284af898 ✨初始功能提交 9 hours ago
tsconfig.json a7284af898 ✨初始功能提交 9 hours ago
tsconfig.node.json a7284af898 ✨初始功能提交 9 hours ago
vite.config.ts c389851be0 🎨 打包调整 9 hours ago

README.md

wenlv-huli-player

湖里非遗视听

项目依赖安装

npm install

项目启动

npm run dev

项目打包

运行以下命令打包项目,输出文件至dist目录。

npm run build-only

打包为安卓App:

  1. 在 HBuilderX 中打开 pack 项目。
  2. 复制dist目录下的文件到pack项目的根目录。
  3. 使用 HBuilderX 打包App。