mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
I can rewrite frontend with vue #8
Reference in New Issue
Block a user
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 @cnjack on GitHub (Aug 23, 2019).
Can I do with vue? homepage
@qdm12 commented on GitHub (Aug 23, 2019):
I wanted to rewrite it in React, but Vue is great as well! Feel free to try although it might take you some time as you will also need to rewrite the backend to be an API server instead of HTML template based UI generated on the server side.
I should not modify the code really, so that would give you time to rewrite without having odd merge conflicts. I will soon however
Add a.devcontainerdirectory to develop the project in a Docker container with VS codeDisable opendns ip methodUse Uber's zap to log instead of the current custom package@qdm12 commented on GitHub (Aug 28, 2019):
Hi @cnjack I have finished my modifications, I think you can go for it 👍
I won't touch the code base for the coming months as I will be quite busy and I have other projects to maintain as well 😄
@cnjack commented on GitHub (Aug 28, 2019):
ok,got it~ 👌
@qdm12 commented on GitHub (Sep 6, 2019):
Hi there,
I just added some Android notification support today (really felt the urge to add it!), I hope you did not start coding your frontend yet 😄
Anyway, I will close the issue for now, feel free to comment here if you have any question for this Vue frontend or if I can help reworking the backend (as I'm not really familiar with Vue).