atmosphere.js

How do I get the built in formatting for UserAccounts Meteor to work?

十年热恋 提交于 2020-01-16 19:53:23
问题 I have included the UserAccounts (Semantic UI) package with the meteor app. On inserting the routes and the {{> atForm}}, this is how my front page looks. Which is very different from the examples shown here: UserAccount Page Steps taken: Deleted the entire Css Deleted and reinstalled other packages like Unstyled or boostrap But nothing works. Formatting is still the one in the picture. Can someone please help or provide advice? Let me know which codes you need to review, I'll post them on

Why don't I have to `import` `anti:fake` into my Meteor source files?

左心房为你撑大大i 提交于 2019-12-12 23:08:47
问题 I have seen a few similar questions to this but none seem to apply to my case. I'm creating a Meteor project and using the Atmosphere package 'anti:fake' to generate test data. For any other package, I have to import it. Even Meteor itself, I have to do import {Meteor} from 'meteor/meteor'; . For other similar Atmosphere packages, such as publish-counts I have to also write a line like import {Counts} from 'meteor/tmeasday:publish-counts'; . ...furthermore, even if I wanted to import anti