No description
  • Vue 78.7%
  • TypeScript 14.6%
  • CSS 6.4%
  • JavaScript 0.3%
Find a file
linuxfight 3c6e705429
Some checks failed
deploy.yml / Deploy to Cloudflare Pages (push) Has been cancelled
refactor(remove more unused code)
2025-12-22 14:41:49 +03:00
.github/workflows update deploy 2025-07-04 17:49:03 +03:00
assets/css fix: white theme 2025-07-11 11:14:45 +03:00
components refactor(remove more unused code) 2025-12-22 14:41:49 +03:00
composables refactor(api): change routes, remove unused functionality 2025-12-22 10:11:37 +03:00
lib feat: started playlists 2025-07-02 17:23:05 +03:00
middleware feat: refactor session management and add global auth middleware 2025-07-02 12:24:09 +03:00
pages refactor(remove more unused code) 2025-12-22 14:41:49 +03:00
plugins feat: integrate vue-tg for Telegram popup functionality and update configuration 2025-07-01 12:20:21 +03:00
public feat: track adding to playlist 2025-07-03 12:47:28 +03:00
server feat: initial commit 2025-06-30 14:56:48 +03:00
.gitignore feat: integrate vue-tg for Telegram popup functionality and update configuration 2025-07-01 12:20:21 +03:00
app.vue fix(api): remove unused functionality 2025-12-22 10:26:08 +03:00
bun.lock refactor(api): change routes, remove unused functionality 2025-12-22 10:11:37 +03:00
components.json feat: playlist page 2025-07-01 17:41:07 +03:00
nuxt.config.ts fix(api): remove unused functionality 2025-12-22 10:26:08 +03:00
package.json feat: add audio streaming component with HLS support 2025-07-02 15:21:09 +03:00
pnpm-lock.yaml feat: add audio streaming component with HLS support 2025-07-02 15:21:09 +03:00
README.md kollegi kakoy u nas status 2025-07-04 14:34:21 +03:00
tailwind.config.js feat: playlist page 2025-07-01 17:41:07 +03:00
tsconfig.json feat: initial commit 2025-06-30 14:56:48 +03:00

Muse Frontend

Frontend TODO:

  • поддержка стримов с бэкенда пн-вт
  • кнопка "скачать плейлист" вт-ср
  • реализовать процесс скачивания плейлиста вт-ср
  • проверить работоспособность, посмотреть на вебапп с точки зрения разных ролей ср-чт

Запуск

# 1. Установка зависимостей
pnpm i

# 2. Запуск в dev
pnpm dev