Skip to content

A template to easily get started with meteor and Vue.js apps with router included!

Notifications You must be signed in to change notification settings

r4wand/create-meteor-vue-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor and Vue.js made easy

simply clone this repo and you'll have a working meteor and vue.js project.

to clone the repo, run the following code in your terminal.

$ git clone https://github.com/r4wand/create-meteor-vue-app.git

then install npm dependencies using

$ meteor npm install

you can also remove git remote and initialize your own.

happy coding!