Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.57 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.57 KB
description
This guide covers the most common & supported methods for using Vue.js with Meteor.js

Vue + Meteor GitBook

Vue + Meteor Stack at the simplest level

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 + Guides
Vue https://github.com/vuejs/vue Guide
Vue + Meteor Integration Packages https://github.com/meteor-vue/vue-meteor Repo
MongoDB https://github.com/mongodb/mongo Manual
Node https://github.com/nodejs/node 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.

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