vue-custom-element
vue-custom-element copied to clipboard
serve -s dist does not render: "404 the requested path could not be found"
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!
Please check browser's console. Regards
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 ?