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
npm
dependencies
$ meteor npm i
- Start your meteor app
$ meteor
You can now visit http://localhost:3000
and start modifying the app.