Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 898 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 898 Bytes

Podcasts UI

Vue-based UI Application which provide access to podcast's creation.
This project based and uses a backend API podcast-service.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Environment Variables

REQUIRED Variables

argument description example
VUE_APP_API_URL Full URL (with base API path) to backend's API https://my.service.ru/api
VUE_APP_WS_URL Full URL to backend's WS base URL wss://my.service.ru/ws

License

This product is released under the MIT license. See LICENSE for details.