karol-f / vue-custom-element

Vue Custom Element - Web Components' Custom Elements for Vue.js
https://karol-f.github.io/vue-custom-element/
MIT License
1.97k stars 187 forks source link

serve -s dist does not render: "404 the requested path could not be found" #256

Open clara-miralles opened 3 years ago

clara-miralles commented 3 years ago

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!

karol-f commented 3 years ago

Please check browser's console. Regards

clara-miralles commented 3 years ago

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 ?