Skip to content

Write the Vue publishing script #11

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

Open
KenEucker opened this issue Feb 7, 2023 · 0 comments
Open

Write the Vue publishing script #11

KenEucker opened this issue Feb 7, 2023 · 0 comments
Assignees
Labels
backend this is a pure backend (nodejs) issue help wanted Extra attention is needed

Comments

@KenEucker
Copy link
Owner

The frontend Vue editor compiles a single file vue component and then renders it on the page using vue3-sfc-loader and vue's createApp among some other libraries. This is good for preview and demo purposes, but since the code ends up as a usable vue component in a packaged library, the compilation process and way of baking in requests to the pov-globe-api will have to be handled differently in order for the components to work properly on the point-of-vue platform.

This compilation process will differ slightly in a couple of ways. Most importantly, in the short term, is that imports need to be explicit: we should only add what is being used in the code.

@KenEucker KenEucker self-assigned this Feb 7, 2023
@KenEucker KenEucker added help wanted Extra attention is needed backend this is a pure backend (nodejs) issue labels Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend this is a pure backend (nodejs) issue help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant