Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 616 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 616 Bytes

MusicCat 音乐🐱猫

简约主题UI 读取本地音频的音乐播放器

使用技术栈

  • vue3
  • howler.js
  • tailwindcss
  • daisyUI

参考设计

Muhammed Erdem:Mini Music Player - VueJS [https://codepen.io/JavaScriptJunkie/pen/qBWrRyg]

本地运行

// 克隆仓库
git clone https://github.com/dsxksss/MusicCat.git

// 进入项目目录
cd MusicCat

// npm或者yarn安装必要依赖
yarn install
npm install

// npm或者yarn以开发者运行
yarn dev
npm run dev