文件名称:frontend:官方Pomment前端界面
文件大小:85KB
文件格式:ZIP
更新时间:2024-06-05 04:24:29
JavaScript
Pomment Frontend v3 评论系统 Pomment 的官方访客前端(客户端)。该组件基于 实现,可单独使用或用于已有的 ef.js 项目中。 安装 直接引用到已有页面中 [removed][removed] [removed] var plugin = new PommentWidget({ // ... }); plugin.$mount({ target: document.getElementById("main"), // 要将挂件插入到哪个元素中? }); plugin.load(); [removed] 引用到其它 ef.js 项目中 npm install pomment-frontend import PommentWidget from 'pomment-frontend'; cons
【文件预览】:
frontend-master
----package.json(1KB)
----LICENSE(1KB)
----package-lock.json(254KB)
----.gitlab-ci.yml(172B)
----dist()
--------index.html(1KB)
----src()
--------config.js(60B)
--------frontend.d.ts(416B)
--------compoments()
--------strings()
--------tree.js(997B)
--------sass()
--------utils()
--------frontend.js(13KB)
----.npmignore(41B)
----.eslintrc.js(385B)
----.gitignore(2KB)
----README.md(2KB)
----.eslintignore(6B)
----scripts()
--------rollup.config.js(2KB)