Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).