The boilerplate is starting to become more complete. I’ve abstracted away most of the required boilerplate code into a ‘core’ folder which greatly reduces the number of files located in the app section. This should make it easier for people to get started without being confronted by complex code.
Now you get for free (no config / boilerplate code):
- Vue integration into Meteor
- Multi-layout setup (if needed)
- Code splitting according to vue recommendations
- Vuex integration to manage state
- Serverside Rendering!