logo
  • 教程列表
  • SO官方文檔
  • ES2015 模組(進出口)
    • 在 app 模組中匯入
    • 在 Meteor 包中匯入
    • 從應用程式模組匯出變數
    • 從 Meteor 包匯出符號
  1. StackOverflow 文件
  2. meteor 教程
  3. ES2015 模組(進出口)
  4. 在 Meteor 包中匯入

在 Meteor 包中匯入

Created: November-22, 2018

在 package.js 中:

Npm.depends({
  moment: "2.8.3"
});

在包檔案中:

import moment from 'moment';
  • 從應用程式模組匯出變數
  • 在 app 模組中匯入

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明