Vue + Meteor
  • Vue + Meteor GitBook
  • Setup
    • Install Meteor
    • Choices
  • WebApp for Webhooks
Powered by GitBook
On this page

Was this helpful?

Export as PDF

Vue + Meteor GitBook

This guide covers the most common & supported methods for using Vue.js with Meteor.js

NextInstall Meteor

Last updated 4 years ago

Was this helpful?

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

Vue

Vue + Meteor Integration Packages

MongoDB

Node

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.

+

https://github.com/meteor/meteor
Docs
Guides
https://github.com/vuejs/vue
Guide
https://github.com/meteor-vue/vue-meteor
Repo
https://github.com/mongodb/mongo
Manual
https://github.com/nodejs/node
Docs
Vue + Meteor Stack at the simplest level