meteor-fullcalendar icon indicating copy to clipboard operation
meteor-fullcalendar copied to clipboard

Using the npm package for fullcalendar

Open tblong opened this issue 8 years ago • 0 comments

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.

tblong avatar Jul 17 '16 16:07 tblong