Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuri-val/playlist-editor
Simple tool for ordering/sorting m3u (m3u8) playlists
https://github.com/yuri-val/playlist-editor
m3u m3u-playlist m3u8 ordering playlist-editor playlist-mover sorting vue vuejs
Last synced: 3 days ago
JSON representation
Simple tool for ordering/sorting m3u (m3u8) playlists
- Host: GitHub
- URL: https://github.com/yuri-val/playlist-editor
- Owner: yuri-val
- Created: 2020-01-12T22:08:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T20:16:10.000Z (about 2 years ago)
- Last Synced: 2024-11-18T01:26:26.251Z (2 months ago)
- Topics: m3u, m3u-playlist, m3u8, ordering, playlist-editor, playlist-mover, sorting, vue, vuejs
- Language: Vue
- Size: 1.82 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playlist Editor
Simple tool for ordering/sorting m3u (m3u8) playlists## Demo:
https://yuri-val.github.io/playlist-editor/## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).