@activitystream/asa 中文文档教程
Activity Stream Analytics browser script
这是我们的客户可以在其网站上使用的 javascript,以便轻松收集客户行为。
构建捆绑包运行
$ npm run build
在 dist
文件夹中,应用程序和测试捆绑包将与其源映射一起运行。
对于开发模式运行
$ npm start
验收测试
$ cd e2e
$ npm run build
$ npm start
Activity Stream Analytics browser script
This is the javascript our clients can use on their web sites to allow for easy collecting of customer behaviour.
To build the bundle run
$ npm run build
In the dist
folder will be the app and tests bundle together with their source maps.
For development mode run
$ npm start
Acceptance test
$ cd e2e
$ npm run build
$ npm start
更多