nebulasio / nebPay.js

Nebulas payment Javascript SDK
GNU Lesser General Public License v3.0
81 stars 33 forks source link

how to install nebPay? npm install nebpay.js? #28

Open daffy6537 opened 6 years ago

daffy6537 commented 6 years ago

如果在vuejs中import nebpay呢?

yupnano commented 6 years ago

NebPay has already published to NPM! As is shown in the Readme.md :

NPM

yupnano commented 6 years ago

你是指已经打包好的nebpay.js 文件吗? 我们稍后会上传nebpay.js文件,用户可以直接使用,不用自己打包了。

aijingsun6 commented 6 years ago

为什么没有直接可用的npm依赖包。 我遇到的问题是,直接npm install nebpay.js --save 然后直接 import {NebPay} from 'nebpay.js';(typescript)

在编译的时候报错: Build Failed: GulpUglifyError: unable to minify JavaScript Caused by: SyntaxError: Invalid assignment File: /project.js

但是 nebulas 这个依赖就没有问题