Customizing shlink-web-component #1556
Unanswered
pujagarg17
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The web component lives in its own repository https://github.com/shlinkio/shlink-web-component |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
shlink-web-client version
4.3.0
How do you use shlink-web-client
https://app.shlink.io
Summary
Hi I have self hosted shlink-web-client but there is a requireement to customize rhe shlink-web-component , I have to add new menu and chnage the exsting menu name, how can I do that,
currently I tried adding the whole shlink-web-cmponent directory inside root of shlink-web-client but getting oops route not found error when starting the server via below command
serve -s build -l 3000
OR
pm2 serve build --spa --no-daemon --node-args="--trace-deprecation"
Beta Was this translation helpful? Give feedback.
All reactions