wanghaida / comments

双击评论

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comments

Usage

Install:

npm install @uquuu/comments
# OR
yarn add @uquuu/comments

Import:

import Comments from '@uquuu/comments';

new Comments({
    appId: '',
    appKey: '',
});

Import in Vue:

import Comments from '@uquuu/comments';

router.afterEach(() => {
    new Comments({
        appId: '',
        appKey: '',
    });
});

Documents:

中文

Features

  • Colors
  • Serverless

License

MIT License @ 2020 Haaid Wang

About

双击评论


Languages

Language:JavaScript 82.6%Language:CSS 17.4%