NPM

安装fundebug-javascript模块
npm install fundebug-javascript

若国外的NPM速度太慢的话,可以使用淘宝NPM镜像安装:

npm install fundebug-javascript --registry=https://registry.npm.taobao.org
使用
var fundebug=require("fundebug-javascript");
fundebug.init({
    apikey: "API-KEY"
})

其中,获取apikey需要免费注册帐号并且创建项目,注意选择对应的项目类型。

另外,浏览器并不支持CommonJS规范,因此需要使用Browserify或者Webpack等工具进行打包。

推荐NPM安装方式

Fundebug插件使用了第三方CDN服务进行分发,我们无法保证其稳定性,因此我们推荐大家采用NPM方式安装。另外,使用NPM安装方便对Fundebug插件进行版本升级。

results matching ""

    No results matching ""