We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果在vuejs中import nebpay呢?
The text was updated successfully, but these errors were encountered:
NebPay has already published to NPM! As is shown in the Readme.md :
Sorry, something went wrong.
你是指已经打包好的nebpay.js 文件吗? 我们稍后会上传nebpay.js文件,用户可以直接使用,不用自己打包了。
为什么没有直接可用的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 这个依赖就没有问题
No branches or pull requests
如果在vuejs中import nebpay呢?
The text was updated successfully, but these errors were encountered: