简介
自由钢琴(AutoPiano)是利用HTML5技术开发的在线钢琴应用,致力于为钢琴爱好者、音乐爱好者以及其他所有的创造者提供一个优雅、简洁的平台,在学习工作之余可以享受钢琴、音乐的美好,并同时支持了钢琴曲的自动播放功能。
开源地址:https://github.com/WarpPrism/AutoPiano
DEMO演示站:https://www.autopiano.cn/
开发文档
git clone https://github.com/WarpPrism/AutoPiano.git
cd AutoPiano
cnpm install / npm install / yarn install
# development mode -> http://localhost:5000
cnpm run dev
# production mode
cnpm run build
评论 (0)