Meteor Npm-module client-side?

前端 未结 4 676
情书的邮戳
情书的邮戳 2020-12-14 20:10

Is it possible to use Npm-Modules on client-side?

More specifically:

I want to use node.js built-in crypto-module for encrypting a password the

4条回答
  •  醉话见心
    2020-12-14 20:39

    You can use browserify to build a .js bundle with all all the Npm modules you want on the client side. See:

    2013 Meteor NPM Packages

提交回复
热议问题