Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/frontend integration #136

Merged
merged 4 commits into from
Jul 20, 2022
Merged

Conversation

pschuermann97
Copy link
Collaborator

@pschuermann97 pschuermann97 commented Jul 19, 2022

Reason for this PR:

  • integrated dsprotection service frontend into project page

Note that the dsprotection service frontend can currently only run in dev mode, need to configure URL for dsprotection service backend for the production mode.

Checklist:

Select whatever applies:

  • Code Properly Formatted
  • Documented

@@ -1,12 +1,15 @@
import {createRouter, createWebHashHistory} from 'vue-router';

import DsProtMain from '../components/dsprot/DsProtMain.vue'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import DsProtMain from '../components/dsprot/DsProtMain.vue'
const DsProtMain = () => import("@/components/dsprot/DsProtMain.vue")

I think it's nicer to stick to lazy loading routes :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to work, changed in next commit. What exactly is the benefit here?

Copy link
Member

@this-kramer this-kramer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you forgot to delete the old folder, besides that consider my comments but nothing that must be changed :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants