0.4.0 • Published 3 years ago

@uquuu/comments v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago