Files
univer/packages/sheets-plugin-comment
2023-01-30 14:50:48 +08:00
..
2022-09-29 20:12:19 +08:00
2022-09-29 20:12:19 +08:00
2023-01-30 14:50:48 +08:00
2023-01-30 14:50:48 +08:00
2022-09-29 20:12:19 +08:00
2022-09-29 20:12:19 +08:00
2022-09-29 20:12:19 +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