- Add script to your page
<script async src="https://unpkg.com/@meathill/awesome-comment@latest/dist/awesome-comment.js"></script>
- Attach awesome comment to your page
AwesomeComment.init( dom, // container element, or DOM selector postId, // unique identifier for the page baseUrl, // base URL for the API domain, // auth0 domain clientId, // auth0 client id );
- packages/awesome-comment
- Vue3 SPA
- to be built into dist script
- to be injected into page, attach comment component to page when running
- packages/admin
- Nuxt3
- admin panel, administrators use it to manage comments
- to be deployed on Vercel
- packages/core
- pure TypeScript
- include type definitions and interfaces
- and some common functions