项目作者: zewa666

项目描述 :
Tawk.to wrapper for Aurelia
高级语言: TypeScript
项目地址: git://github.com/zewa666/tawk-to-aurelia.git
创建时间: 2018-08-24T18:15:14Z
项目社区:https://github.com/zewa666/tawk-to-aurelia

开源协议:

下载


Tawk.to Aurelia

A simple Aurelia wrapper for Tawk.to

Usage

  1. <tawk-to account-id="YOURACCOUNTIDHERE (get it from Dashboard -> Project Settings)"
  2. user-details.bind="userDetails"></tawk-to>

The attribute user details can be provided to identify the user. It is supposed to be from type UserDetails and is the name and email from the user.

  1. export class App {
  2. userDetails = new UserDetails("Demo Visitor", "visitor@test.com");
  3. }

Run sample

  • register with Tawk.to
  • Clone this repository
  • Npm install
  • add your account-id in app.html
  • npm start
  • open browser at http://localhost:8080