Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIssues after bad installation #216
Comments
You need set the rootPath of your vue file.
|
Description of Issue
Hello,
I'm want to use Vue.js frontend within node express application to render vue apps instead of ejs files.
As I understand, express-vue is the simplest to implement it inside existed backend app (if i'm wrong, please correct me).
So I faced with issues after installation that package.
I executed that command in terminal:
After that, insert middleware:
I doesn't add any Vue files yet, but when I launch the app, I recieve a lot of errors in console (below).
Additional Comments
Node version: 10.13.0
NPM version: 6.4.1
IDE: Jetbrains WebStorm 2018.3
OS: Windows 10 x64
P. S. I'm a newbie for using Vue and just trying to use that frontend framework for my small app, which now working as API. So I'm happy for all your advices and ready for discussion.