https://github.com/dab0mb/meteor-npm-ionic
Ionic scripts and assets packs
https://github.com/dab0mb/meteor-npm-ionic
Last synced: 11 months ago
JSON representation
Ionic scripts and assets packs
- Host: GitHub
- URL: https://github.com/dab0mb/meteor-npm-ionic
- Owner: DAB0mB
- Created: 2016-03-22T22:01:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T10:55:43.000Z (almost 10 years ago)
- Last Synced: 2025-01-03T15:24:28.315Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meteor-npm-ionic
This package was originally created for [angular-meteor-whatsapp](https://github.com/DAB0mB/angular-meteor-whatsapp) and solves the limitation of requiring ionic components without spoiling the dependency tree.
## Installation
First require the assets:
```
meteor add dab0mb:ionic-assets
```
And then add the scripts:
```
meteor npm install ionic-scripts
```
## Usage
```js
import 'ionic-scripts';
```