2

I got an assignment grom a company I interviewed in to make a simple CRUD app using Node and vue.js.

I have already built the entire server(it even serves html and static files now) but I'm a noob regarding frontend web.
I tried to use webpack and scaffolding tools but they make the job much more complicated than it needs to be.

How do I build a frontend in Vue using only the tags and local files, no special bundlers or tools?

Comments
  • 0
    They do not make anything complex with a good boilerplate. Wanna impress them? Go search for nuxtjs. All the web pack magic is taken care of and it has ssr.
  • 0
Add Comment