[GH-ISSUE #1433] A way to edit vue.js template ? #819

Closed
opened 2026-02-26 02:34:21 +03:00 by kerem · 4 comments
Owner

Originally created by @malatu14 on GitHub (Mar 17, 2022).
Original GitHub issue: https://github.com/koel/koel/issues/1433

I would keep doing some changes at the front end of the application but I can't find the Vue source files in the project.

Could you help me please ?

thank you in advance

Originally created by @malatu14 on GitHub (Mar 17, 2022). Original GitHub issue: https://github.com/koel/koel/issues/1433 I would keep doing some changes at the front end of the application but I can't find the Vue source files in the project. Could you help me please ? thank you in advance
kerem closed this issue 2026-02-26 02:34:21 +03:00
Author
Owner

@Zxilly commented on GitHub (Mar 24, 2022):

turn to https://github.com/koel/core

<!-- gh-comment-id:1077598106 --> @Zxilly commented on GitHub (Mar 24, 2022): turn to https://github.com/koel/core
Author
Owner

@malatu14 commented on GitHub (Mar 25, 2022):

Thanks, I suceeded to install the koel/core repository using the documentation but now, when I'm using the yarn hot cmd, i'm facing this error message :

Error occurred while trying to proxy request / from localhost:8080 to http://127.0.0.1:8000/

According to my searches, I've tried many things, as changing the port number, replacing 127.0.0.1 by [::1], adding theses lines :

  "secure": false,
   "changeOrigin": true

But none of those tricks worked. Do you have an idea to solve this issue ?

Thanks you :-)

<!-- gh-comment-id:1079392810 --> @malatu14 commented on GitHub (Mar 25, 2022): Thanks, I suceeded to install the koel/core repository using the documentation but now, when I'm using the `yarn hot` cmd, i'm facing this error message : > Error occurred while trying to proxy request / from localhost:8080 to http://127.0.0.1:8000/ According to my searches, I've tried many things, as changing the port number, replacing 127.0.0.1 by [::1], adding theses lines : ``` "secure": false, "changeOrigin": true ``` But none of those tricks worked. Do you have an idea to solve this issue ? Thanks you :-)
Author
Owner

@Zxilly commented on GitHub (Mar 26, 2022):

Please make sure you have set up php server on port 8000 with php artisan serve. Or please provide full error message.

<!-- gh-comment-id:1079574422 --> @Zxilly commented on GitHub (Mar 26, 2022): Please make sure you have set up php server on port 8000 with `php artisan serve`. Or please provide full error message.
Author
Owner

@malatu14 commented on GitHub (Mar 28, 2022):

Thank you, it works!
I had'nt understood that the use of the two commands was complementary.

<!-- gh-comment-id:1080845740 --> @malatu14 commented on GitHub (Mar 28, 2022): Thank you, it works! I had'nt understood that the use of the two commands was complementary.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#819
No description provided.