Music player project on vueJS3 with composition approach. At the development stage, it is supposed to be output to a self-hosted solution.
Back-end part of the project: https://github.com/Ten-o69/gv_music_backend
- Vue.js 3
- Vue Router
- Pinia
- Vite
- Axios
- Font Awesome
- Bootstrap 5
Before starting the project, you need to set up the back-end part of the project, as mentioned in the link above. After setting up the back-end, create a .env file and specify the following inside:
VITE_API_URL=http://UrlToYourAPI/api/v1# Clone the repository
git clone https://github.com/TvoiConfig/gv-music-frontend
# Install dependencies
npm install# Start the development server
npm run dev
# Build for production
npm run build