|
|
|
|
|
by M4v3R
3496 days ago
|
|
In case someone user Meteor - Vue plays very nice with Meteor and there exists a great integration package [1], which means if you're familiar with Meteor you can write full stack applications with it very easily and quickly with it. The package supports hot module replacement out-of-the-box. It's also dead simple to start using it, if you already have Meteor installed it's a matter of running "npm install" and "meteor". [1] https://github.com/Akryum/meteor-vue-component |
|