@uquuu/comments

0.4.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @uquuu/comments

Weekly Downloads

0

Version

0.4.0

License

MIT

Unpacked Size

540 kB

Total Files

9

Last publish

Collaborators

  • wanghaida
  • haaid