Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the npm package for fullcalendar #37

Open
tblong opened this issue Jul 17, 2016 · 0 comments
Open

Using the npm package for fullcalendar #37

tblong opened this issue Jul 17, 2016 · 0 comments

Comments

@tblong
Copy link

tblong commented Jul 17, 2016

meteor: v1.3.x

Just looking for a little guidance here with the added node module support in the latest meteor releases. My thoughts are related to modifying the wrappers you have provided but rather using npm to install fullcalendar under the node_modules directory:

Get the latest fullcalendar release and update package.json:
meteor npm install -save fullcalendar

Add import statement to some client/main.js file:
import fullcalendar from 'fullcalendar';

Probably some other things to change but is this the correct road to go down with the added npm support in meteor now? Thanks in advance for any help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant