tomatofrommars

Results 3 comments of tomatofrommars

Is your consul started?

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); ```