dbb-chat-util

clone 项目

Usage no npm install needed!

<script type="module">
  import dbbChatUtil from 'https://cdn.skypack.dev/dbb-chat-util';
</script>

README

店宝宝聊天通用Service

开发

  1. clone 项目

    git clone git@git.qa:astrocean/dbb-chat-util.git

  2. 切换目录

    cd ./dbb-chat-util

  3. 安装依赖

    npm install

  4. 构建

    npm run build

  5. 设置为全局npm包链接

    npm link

  6. 切换到dbb-chatdbb-app项目目录下,并且引用npm链接

cd ../项目目录 && npm link dbb-chat-util

使用

npm install git+ssh://git@git.qa:astrocean/dbb-chat-util.git --save