> For the complete documentation index, see [llms.txt](https://meteorjs.gitbook.io/vue-meteor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meteorjs.gitbook.io/vue-meteor/master.md).

# Vue + Meteor GitBook

![Vue + Meteor Stack at the simplest level](/files/-MBD4kuxwZB8v4rXZZW3)

Several very popular open source projects are combined to create Meteor and to then add Vue to a Meteor app as the front-end (aka view layer).   Meteor allows developers to chose any popular view layer.

Several core projects are combined to make a Vue + Meteor full-stack, and to a new developer, Meteor handles all of this for you, but it's important to learn about each of these parts.

| Project                           | GitHub Repositories                        | Docs                                                                   |
| --------------------------------- | ------------------------------------------ | ---------------------------------------------------------------------- |
| Meteor                            | <https://github.com/meteor/meteor>         | [Docs](https://docs.meteor.com/) + [Guides](https://guide.meteor.com/) |
| Vue                               | <https://github.com/vuejs/vue>             | [Guide](https://vuejs.org/v2/guide/)                                   |
| Vue + Meteor Integration Packages | <https://github.com/meteor-vue/vue-meteor> | [Repo](https://github.com/meteor-vue/vue-meteor)                       |
| MongoDB                           | <https://github.com/mongodb/mongo>         | [Manual](https://docs.mongodb.com/manual/)                             |
| Node                              | <https://github.com/nodejs/node>           | [Docs](https://nodejs.org/en/docs/)                                    |

Meteor has had the most evolution since it's creation, so it's sometimes not clear to new users why Meteor is the right choice for new app development with Vue. &#x20;

This book serves to demonstrate the many advantages of using Vue and Meteor together.
