确认已经安装了最新版本的Node.js和NPM。
执行以下命令安装React Chat Engine:
npm install react-chat-engine
yarn add react-chat-engine
// Inside a component:
import { ChatEngine } from 'react-chat-engine';
// Outside a component:
const { ChatEngine } = require('react-chat-engine');
如果是使用TypeScript来编写代码,可以使用以下方式引入:
import { ChatEngine } from 'react-chat-engine/dist/index.d';
npm install [email protected]