mirror of
https://github.com/dream-num/univer.git
synced 2026-09-01 15:29:43 +08:00
style-univer
English| 简体中文
Introduction
UniverSheet Plugin Comment
Installation
npm i @univerjs/sheets-plugin-comment
Usage
import { Comment } from '@univerjs/sheets-plugin-comment';
const univerSheet = new UniverSheet();
univerSheet.installPlugin(new Comment());
Local development
Requirements
Installation
pnpm install
Development
# Current directory ./packages/sheets-plugin-comment/
npm run dev
# Or project root directory ./
pnpm run --filter @univerjs/sheets-plugin-comment dev
Package
# Current directory ./packages/sheets-plugin-comment/
npm run build
# Or root directory ./
pnpm run --filter @univerjs/sheets-plugin-comment build