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

Vue2 Vanilla dev app does not work #2075

Closed
lucas-koehler opened this issue Jan 11, 2023 · 1 comment
Closed

Vue2 Vanilla dev app does not work #2075

lucas-koehler opened this issue Jan 11, 2023 · 1 comment

Comments

@lucas-koehler
Copy link
Contributor

lucas-koehler commented Jan 11, 2023

Describe the bug

The Vue2 vanilla dev app currently does not work because the source file App.vue is copied from the the vue3 vanilla dev app. It has relative imports that no longer work in the vue2 vanilla dev app.

Running npm run serve in the vue2 vanilla package leads to an error like this:

 ERROR  Failed to compile with 1 error                                                                                                                                                                                          3:49:54 PM

This relative module was not found:

* ../../src in /home/lucas/Git/jsonforms/node_modules/cache-loader/dist/cjs.js??ref--14-0!/home/lucas/Git/jsonforms/node_modules/babel-loader/lib!/home/lucas/Git/jsonforms/node_modules/ts-loader??ref--14-2!/home/lucas/Git/jsonforms/node_modules/cache-loader/dist/cjs.js??ref--1-0!/home/lucas/Git/jsonforms/node_modules/vue-loader/lib??vue-loader-options!./dev/components/App.vue?vue&type=script&lang=ts&
*

Expected behavior

The vue2 vanilla dev app works when executing npm run serve inside the package.

Screenshots

Which Version of JSON Forms are you using?

3.1.0-alpha.0

Framework

Vue 2

RendererSet

Vanilla

@lucas-koehler
Copy link
Contributor Author

This is obsolete because Vue2 Vanilla renderers were removed with 3.2.0

@lucas-koehler lucas-koehler removed this from the 3.x milestone Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants