Install Meteor Package from GitHub

I am new to meteor and user packages. GitHub has a meteor package ( https://github.com/MacNCheeze/meteor-ionic ), which is a modified version of the meteor: ion package specified in the package repo.

I am wondering what command is required to add this package from GitHub to Meteor.

+4
source share
2 answers

This command should help: meteor add urigo: ionic and a link to this package https://atmospherejs.com/urigo/ionic

0
source

From markdown meteor-ionic it has the following dependencies

iron:router
fourseven:scss
meteoric:ionic-sass
meteoric:ionicons-sass
meteoric:ionic

Meteor, Meteor -

meteor add <package> [package...]

!

0

Source: https://habr.com/ru/post/1612188/


All Articles