Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Rails Duck
Rails Duck
8,545 Points

Is it possible to use Vue.js with Express and Angular?

Is it possible to use Vue.js as the V in MVC for a web application using Express and Angular? Also, is it possible to only use Express and Vue.js? Is it possible to use Vue.js with Meteor.js? Thanks in advance!

When you are developing project using MVC style you only need 1 View. If you want to use Vue Express Mongo Node thats ok but for what do you need + Angular? Here is why MEAN stack is so popular. M - MongoDB for Database. E - Express is thin layer on top of Node.js, it works like a controller of an application and it is main business logic. A - Angular is front-end framework for easily update View from Controller. N - Node.js is mainc component, it is a server and lot more.