vue-meteor | Vue first-class integration in Meteor | State Container library
kandi X-RAY | vue-meteor Summary
kandi X-RAY | vue-meteor Summary
🌠 Vue first-class integration in Meteor
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Patches scoped slots .
vue-meteor Key Features
vue-meteor Examples and Code Snippets
Community Discussions
Trending Discussions on vue-meteor
QUESTION
I have created a small application with vue3 and quasar (using vue-cli as cli).
After some research I decided to use meteor because it brings a lot capabilities out of the box and seems like a nice fit for my project.
Unfortunately it seems that combining vue3 and meteor isn't that straightforward since meteor seems to only work with vue2 and the best known vue/meteor package isn't ported to vue3 yet.
I know that could use meteor only as backend which would be fine by me but after some research it's rather unclear how to achieve that.
Possible steps?
- Install meteor
- create meteor app
- remove everything client side related from project <- this step is unclear
- add something like SimpleDDP to vue to get meteors reactivity.
- meteor and vue would then be completly separated.
So the question is how can I use meteor together with vue3?
...ANSWER
Answered 2021-Oct-28 at 10:59While I'm no Vue expert I believe you have two ways to pair Vue with Meteor.
Full Stack Meteor+Vue: This method is pretty straight forward as you'd have Meteor encapsulate whatever front end framework you're using, and it seems that Akryum has a basic plugin for Vue3 integration.
Unfortunately it seems that combining vue3 and meteor isn't that straightforward since meteor seems to only work with vue2 and the best known vue/meteor package isn't ported to vue3 yet.
https://forums.meteor.com/t/team-up-to-create-the-new-vue-3-integration/53089/47?u=harry97
https://github.com/meteor-vue/meteor-vue3/
Vue + Meteor DDP API:
This method isn't Vue specific as you're treating your Meteor application as an API-based back end that you're pulling data from. And if you'd like to use Meteor's DDP protocol you just have to find a library that can converse using this protocol in the same vein that you use something like got for HTTP requests. You can use SimpleDDP, ddp.js or asteroid and meteorman for debugging.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install vue-meteor
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page