mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #1433] A way to edit vue.js template ? #819
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#819
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@Zxilly commented on GitHub (Mar 24, 2022):
turn to https://github.com/koel/core
@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 hotcmd, i'm facing this error message :According to my searches, I've tried many things, as changing the port number, replacing 127.0.0.1 by [::1], adding theses lines :
But none of those tricks worked. Do you have an idea to solve this issue ?
Thanks you :-)
@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.@malatu14 commented on GitHub (Mar 28, 2022):
Thank you, it works!
I had'nt understood that the use of the two commands was complementary.