tomatofrommars
Results
3
comments of
tomatofrommars
Is your consul started?
Duplicate of #216
You need set the rootPath of your vue file. Something like this: ``` const vueOptions = { rootPath: path.join(__dirname, '../example/views') } const expressVueMiddleware = expressVue.init(vueOptions); ```