Open commentatorboy opened 6 years ago
Nevermind solved it.
I just needed to change
from
import App from 'components/App.vue'
to
import App from './components/App.vue'
I will create a new fork and push it there. Also thank you for creating this.
I have tried to rebuild everything to the newst version. vbuild is also depricated. https://www.npmjs.com/package/vbuild (Check the github link)
Is it possible to create a new version of this vue component?
Here is the config file.