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

Migrate to vite #4

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Migrate to vite #4

wants to merge 6 commits into from

Conversation

Quitlox
Copy link
Collaborator

@Quitlox Quitlox commented Apr 19, 2023

Migrate the project from vue-cli to vite. vue-cli is deprecated, and migrating to vite is the first step to migrating to Vue 3.

Unfortunately bootstrap-vue is not yet available (fully) for Vue 3. It does have support for the compat build, but might as well wait for bootstrap-vue 3 for now.

This PR also contains two commits that are unrelated, but minor:

  • I moved the connector specific components into subfolder to mirror the backend folder structure, and for better overview of the project
  • I swapped out the ConnectorSelect card-group with list-group, as the card-group does not nicely fit more than five items (wallets).

@Quitlox
Copy link
Collaborator Author

Quitlox commented Jun 12, 2023

@peterlangenkamp I removed the unwanted change, where the ConnectorSelector used a List instead of a CardGroup. Now the PR is purely the migration to Vite. It is ready for merging. (maybe do this somewhere after the demo of wednesday)

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.

1 participant