All Projects → xiaolin3303 → React Music Player

xiaolin3303 / React Music Player

Licence: mit
Music player build with React, learn how to use React

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Music Player

React Netease Music
React Netease Music——一个基于React、TypeScript的高仿网易云mac客户端🎵播放器。
Stars: ✭ 205 (-28.82%)
Mutual labels:  webpack, music-player
Skplayer
🎵 A simple & beautiful HTML5 music player
Stars: ✭ 437 (+51.74%)
Mutual labels:  webpack, music-player
Code Resume
Build your own Resume 📖 in seconds
Stars: ✭ 271 (-5.9%)
Mutual labels:  webpack
Ice
🚀 The Progressive App Framework Based On React(基于 React 的渐进式应用框架)
Stars: ✭ 16,961 (+5789.24%)
Mutual labels:  webpack
Bruce Cli
A React/Vue application automation build scaffold with zero configuration out of the box
Stars: ✭ 283 (-1.74%)
Mutual labels:  webpack
Laravel Vue
运用laravel5.4 + vue2.0 + elementui
Stars: ✭ 276 (-4.17%)
Mutual labels:  webpack
Ssr Sample
A minimum sample of Server-Side-Rendering, Single-Page-Application and Progressive Web App
Stars: ✭ 285 (-1.04%)
Mutual labels:  webpack
Angular Native Seed
Build web apps and NativeScript applications from one codebase using the AngularCLI.
Stars: ✭ 271 (-5.9%)
Mutual labels:  webpack
Kickoff tailwind
A rapid Rails 6 application template for personal use bundled with Tailwind CSS
Stars: ✭ 287 (-0.35%)
Mutual labels:  webpack
Redux Demo
Redux port of SurviveJS - Webpack and React Kanban app
Stars: ✭ 282 (-2.08%)
Mutual labels:  webpack
React Loadable
⏳ A higher order component for loading components with promises.
Stars: ✭ 16,238 (+5538.19%)
Mutual labels:  webpack
React Music
基于React全家桶开发的音乐播放器
Stars: ✭ 281 (-2.43%)
Mutual labels:  webpack
Tonzhon Music
将QQ音乐、网易云音乐和酷我音乐上的歌添加到一个列表来播放!
Stars: ✭ 257 (-10.76%)
Mutual labels:  music-player
Flute Music Player
Flute Music Player - First Open Source Flutter based material design music player with audio plugin to play local music files.
Stars: ✭ 287 (-0.35%)
Mutual labels:  music-player
Minification Benchmarks
🏃‍♂️🏃‍♀️🏃 JS minification benchmarks: babel-minify, esbuild, terser, uglify-js, swc, google closure compiler
Stars: ✭ 271 (-5.9%)
Mutual labels:  webpack
Mojs
The motion graphics toolbelt for the web
Stars: ✭ 17,189 (+5868.4%)
Mutual labels:  webpack
Webpack Lighthouse Plugin
A Webpack plugin for Lighthouse
Stars: ✭ 271 (-5.9%)
Mutual labels:  webpack
Vue Admin Design
基于vue + elementUI的管理系统模板
Stars: ✭ 279 (-3.12%)
Mutual labels:  webpack
Myblog
vue + node 实现的一个博客系统
Stars: ✭ 285 (-1.04%)
Mutual labels:  webpack
Space Snake
A Desktop game built with Electron and Vue.js.
Stars: ✭ 289 (+0.35%)
Mutual labels:  webpack

react-music-player

music player build with React

overview

如何运行

开发启动

npm start

编译产品

npm run build

运行各阶段例子

修改webpack.config.jsentry

比如Router例子

entry: [
    'webpack-dev-server/client?http://localhost:3000',
    'webpack/hot/only-dev-server',
    'react-hot-loader/patch',
    path.join(__dirname, 'app/router/index.js')
],
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].