Vue is not defined in a standalone web component Vue is not defined in a standalone web component vue.js vue.js

Vue is not defined in a standalone web component


Finally I came to the following solution: the component should not be built at all. Source files are enought to be imported like this:

import UserMenu from "user-menu/user-menu";

Pay attention that the path should point at the imported vue file, not just to the folder. But the extension "vue" must be skipped.The final application will build it all together.