mt-music-player
v0.0.2
Published
A simply web music player app.
Downloads
1
Maintainers
Readme
State
In development
- [x] Global state management
- [x] Router
- [x] Components
- [ ] Playlist
- [ ] User
Introduction
A music player created using modern web technology, support multiple devices to sync and manage your own music, but you need to manually upload your audio
Motivation
To develop an application using popular technology, you need to use many third-party libraries and frameworks, you need to take the time to learn it.
The current web environment is quite different from the past. High compatibility between browsers(but you still need to pay attention), also supports es6 modules, and webcomponent.
Can we use the functionality provided by the web to complete an app? let try.