bower install --save moment ... meteor add momentjs:moment ... System.config({ meta: { 'path/to/global-file.js': { globals: { moment: 'moment' } } } }); ...
確定! 回上一頁