Questions tagged [meteor-1.3]

Meteor is a modular platform for developing web and mobile applications in JavaScript based on the NodeJS platform. This `meteor-1.3` tag is used to refer to the specific 1.3 release version of Meteor.

Related

1 questions
0
votes
0 answers

Can I import Meteor packages independently?

The meteor packages cannot be imported without starting meteor (or meteor test). A.k.a. the following won't work. import { Template } from 'meteor/templating'; Is there a way for this to work? My specific example is by running tests without the…
Jag
  • 1,840
  • 1
  • 17
  • 25