湖里非遗视听

快乐的梦鱼 c389851be0 🎨 打包调整 hace 13 horas
.vscode a7284af898 ✨初始功能提交 hace 13 horas
pack c389851be0 🎨 打包调整 hace 13 horas
public a7284af898 ✨初始功能提交 hace 13 horas
src c389851be0 🎨 打包调整 hace 13 horas
.gitignore a7284af898 ✨初始功能提交 hace 13 horas
README.md a7284af898 ✨初始功能提交 hace 13 horas
components.d.ts a7284af898 ✨初始功能提交 hace 13 horas
env.d.ts a7284af898 ✨初始功能提交 hace 13 horas
index.html a7284af898 ✨初始功能提交 hace 13 horas
logo.png a7284af898 ✨初始功能提交 hace 13 horas
package-lock.json c389851be0 🎨 打包调整 hace 13 horas
package.json c389851be0 🎨 打包调整 hace 13 horas
tsconfig.app.json a7284af898 ✨初始功能提交 hace 13 horas
tsconfig.json a7284af898 ✨初始功能提交 hace 13 horas
tsconfig.node.json a7284af898 ✨初始功能提交 hace 13 horas
vite.config.ts c389851be0 🎨 打包调整 hace 13 horas

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。