In this final chapter, we created a project using a new full-stack framework called Meteor. We integrated Vue into the app and set up a Meteor reactive collection. Using a Meteor method, we inserted documents into the collection and displayed in real-time the data in a dashboard component.
This book may be over, but your journey using Vue is only beginning. We started with very basic concepts around templates and reactive data, writing simple applications without any build tools. Even with not much baggage, we were able to make a Mardown Notebook and even a browser Card Game with animations. Then, we started using the full set of tools at our disposal to make larger apps. The official command-line tool--vue-cli--was a great help in scaffolding our projects. The Single-File-Components (.vue files) make the components easy to maintain and evolve. We can even use preprocessing...