You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did vue-cli-service build --target lib --name your-component-name src/main.js and builds correctly.
Local server works fine.
However cannot render after "serve -s dist".
Any idea why this could be?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Thanks Karol. Browser's console just says: Failed to load resource: the server responded with a status of 404 (Not Found).
In which file do you place the tag <script src="path/to/vue-custom-element.js"></script>?
I did vue-cli-service build --target lib --name your-component-name src/main.js and builds correctly.
Local server works fine.
However cannot render after "serve -s dist".
Any idea why this could be?
Thanks in advance!
The text was updated successfully, but these errors were encountered: