All Projects → AnyListen → YuMusic

AnyListen / YuMusic

Licence: other
A Music Player Build with JavaFX WebView, iView,RequireJS

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects
CSS
56736 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to YuMusic

JetTunes-Desktop-Music-Player
Material design music player made with javafx
Stars: ✭ 36 (+111.76%)
Mutual labels:  music-player, javafx
ktPlayer-Music-Player
ktPlayer - Music Player on Java 8 with using JavaFX (Desktop)
Stars: ✭ 22 (+29.41%)
Mutual labels:  music-player, javafx
Musicott
JavaFX application that manages and plays music files.
Stars: ✭ 97 (+470.59%)
Mutual labels:  music-player, javafx
QQMusic
高仿QQ音乐
Stars: ✭ 12 (-29.41%)
Mutual labels:  music-player
minimal-player
This is a minimal, clean audio/music/mp3 player with spinning cover images, built with jQuery, TweenMax.js and SVG images.
Stars: ✭ 48 (+182.35%)
Mutual labels:  music-player
client
Stream-Pi Client
Stars: ✭ 222 (+1205.88%)
Mutual labels:  javafx
sliding-puzzle
Sliding puzzle game implemented in Scala / Scala.js / JavaFX
Stars: ✭ 25 (+47.06%)
Mutual labels:  javafx
Cloud-Music
网易云音乐Vue版本,Vue + Vuex + Webpack2 + Vue-router
Stars: ✭ 18 (+5.88%)
Mutual labels:  music-player
drive-music-player
Fully client side Music Player for Google Drive
Stars: ✭ 567 (+3235.29%)
Mutual labels:  music-player
jfree-fxdemos
This project contains JavaFX demo programs for the libraries created by JFree.
Stars: ✭ 38 (+123.53%)
Mutual labels:  javafx
MythRedisClient
🏎️使用JavaFx做的Redis客户端,资源消耗略大 200-300m,想复用核心代码做成web端,然后浏览器操作,开发起来和跑起来也快
Stars: ✭ 26 (+52.94%)
Mutual labels:  javafx
JMemoryBuddy
No description or website provided.
Stars: ✭ 44 (+158.82%)
Mutual labels:  javafx
vueleopard
a simple 'vue iview webpack' admin leopard template
Stars: ✭ 16 (-5.88%)
Mutual labels:  iview
dbfx
This is a free, cross platform, open source database management tool based on JavaFX and vertx SQL client.
Stars: ✭ 63 (+270.59%)
Mutual labels:  javafx
musicWebTemplate
Free website template built for musicians / artists to promote their music and connect to their audience.
Stars: ✭ 26 (+52.94%)
Mutual labels:  music-player
laravel-spa-iview
Laravel 5 Boilerplate / Starter kit with iview
Stars: ✭ 46 (+170.59%)
Mutual labels:  iview
radishes
Cross-platform copyright-free music platform(跨平台的无版权音乐平台). 支持 windows / macos / linux / web
Stars: ✭ 212 (+1147.06%)
Mutual labels:  music-player
GitFx
Gitfx Java FX application
Stars: ✭ 18 (+5.88%)
Mutual labels:  javafx
Hacktober-2019
Repo for TOM members dedicated for the Hacktober fest of 2019 (6th edition), this repo is here to encourage open source learning and sharing and enhance git/github using abilities.
Stars: ✭ 16 (-5.88%)
Mutual labels:  javafx
SMmuiscPlay
🎼极简模式JavaScript音乐播放器组件,极简、小巧、无依赖、可定制,适用于手机页面,H5活动页,微信页面等的音乐播放支持
Stars: ✭ 40 (+135.29%)
Mutual labels:  music-player

YuMusic

A Music Player Build with JavaFX WebView, iView, RequireJs

更新说明

2017-09-??

  • 完成搜索;
  • 完成playlist;
  • 完善播放栏。

2017-09-04

  • 使用RequireJs进行重构整体项目;实现组件的简单分离;
  • 移除jPlayer,使用H5原生audio进行播放;
  • 修复javaFX跨站加载问题。

开发经验

  1. RequireJs与iview集成的时候,需要注意iview源码'factory(require("vue"))',因此对于VUEJS的定义需要是小写,详见'app.js';
  2. javaFX的webview类似浏览器,因此不接受xhr的跨域请求,因此在require-vuejs代码中异步请求.vue文件时候会报错,解决方法是在js中调用java代码;
  3. 在使用vue的$refs的时候,如果组件想调用自己模板的dom元素,则该元素除了加ref标签之外,还必须满足的条件是:不能处于模板的根节点
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].