This repository was archived by the owner on Oct 4, 2023. It is now read-only.
This repository was archived by the owner on Oct 4, 2023. It is now read-only.
Cannot create new directories to hold components stuff #632
Open
Description
I've been trying with electron-vue for quite a while and seem like I really like it. Thank you very much for creating such a very useful libs, but I have one doubt. I try to have create multiple component for my app like (Login Component, LandingPage Component) stuff like that.
And I try to create two more directories (Scence and UI) to hold those components. After the first attempt I got an error in the console showing like this:
It spent 3 hours to find some solution on the internet. Hope electron-vue team can give me some solution for this.