Questions tagged as 'meteor'

1
answer

How can I implement Jquery in a project in Meteor?

I am working with React components, an example would be this NavBar template import React from 'react'; import {Link} from 'react-router' import { Accounts } from 'meteor/accounts-base'; export default class NavbarLanding extends React.Compon...
asked by 05.10.2017 / 18:23
2
answers

Meteor JS and Cordova

How can I call native Java methods through Cordova with Meteor? I've tried cordova.exec () declaring plugins, but I do not know exactly where to declare these plugins. I found that I should declare them in the following way, in the config.xml fi...
asked by 01.12.2016 / 03:12