npm.io
0.25.1 • Published 53m ago

@univerjs/core

Licence
Apache-2.0
Version
0.25.1
Deps
11
Size
2.9 MB
Vulns
0
Weekly
0

@univerjs/core

npm version license downloads

@univerjs/core is the foundation of Univer. It provides the Univer runtime, dependency injection, command and mutation services, data models, configuration, localization, and the shared Facade entry point used by higher-level packages.

Package Overview

Package UMD global CSS Locales Facade entry
@univerjs/core UniverCore No No Yes

Installation

pnpm add @univerjs/core
# or
npm install @univerjs/core

Keep all @univerjs/* packages on the same version.

Usage

import { LocaleType, Univer } from '@univerjs/core';

const univer = new Univer({
    locale: LocaleType.EN_US,
});

Resources

Keywords