This is an attempt to use Meteor 1.4.2.3 and Vue to 2.1.6 by leveraging akryum:meteor-vue-component
The app itself was built using the code from https://github.com/Akryum/meteor-vue2-example-routing.
- Make sure you have Meteor installed locally.
- Clone this repo (and cd into the new folder):
$ git clone https://github.com/ackzell/meteor-vue-experiment.git && cd meteor-vue-experiment
- Install the
npmdependencies
$ meteor npm i
- Start your meteor app
$ meteor
You can now visit http://localhost:3000 and start modifying the app.