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

Clean up entry logic for vue.config #11030

Closed
cnotv opened this issue May 14, 2024 · 0 comments · Fixed by #11048
Closed

Clean up entry logic for vue.config #11030

cnotv opened this issue May 14, 2024 · 0 comments · Fixed by #11048
Assignees
Labels
Milestone

Comments

@cnotv
Copy link
Contributor

cnotv commented May 14, 2024

Description

Simplify the initial mounted component in the codebase since is hard to identify and the logic is convoluted.

Context

To make the configuration readable for modern Vue initialization:

  • Replace Vue instance with a created instance passed around
  • Create file for any interaction with Vue instance: components, plugins, directive
  • Abstract all the functions to make it simple to modify and identify
  • Rename all the files with a more meaningful term
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant