0.4.2 • Published 8 months ago

@univerjs/umd v0.4.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

@univerjs/umd

Package Overview

Package NameVersionLicenseDownloads
@univerjs/umd

Introduction

@univerjs/umd is a UMD bundle for Univer. It is a standalone version of the library that can be used in any web project without the need for a module bundler.

Usage

You can include the UMD bundle in your HTML file using the following script tag:

<script src="https://unpkg.com/@univerjs/umd/lib/univer.full.umd.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@univerjs/umd/lib/univer.css">

If you are already using React, ReactDOM, and RxJS in your project, you can opt for the slim version of the UMD bundle, which excludes these dependencies.

+ <script src="https://unpkg.com/react/umd/react.production.min.js"></script>
+ <script src="https://unpkg.com/react-dom/umd/react-dom.production.min.js"></script>
+ <script src="https://unpkg.com/rxjs/dist/bundles/rxjs.umd.min.js"></script>

- <script src="https://unpkg.com/@univerjs/umd/lib/univer.full.umd.js"></script>
+ <script src="https://unpkg.com/@univerjs/umd/lib/univer.slim.umd.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@univerjs/umd/lib/univer.css">
0.4.2

8 months ago

0.4.1

8 months ago

0.4.0

8 months ago

0.4.0-alpha.2

8 months ago

0.4.0-alpha.1

8 months ago

0.4.0-alpha.0

8 months ago

0.3.0

9 months ago

0.3.0-alpha.0

9 months ago

0.3.0-alpha.1

9 months ago

0.2.15

9 months ago

0.2.14

9 months ago

0.2.13

9 months ago

0.2.12

10 months ago

0.2.11

10 months ago

0.2.10

10 months ago

0.2.9

10 months ago

0.2.8

10 months ago

0.2.7

11 months ago

0.2.6

11 months ago

0.2.5

11 months ago

0.2.4-alpha.0

11 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.16

1 year ago

0.1.17

12 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.2.4

11 months ago

0.1.11

1 year ago

0.1.12

1 year ago

0.1.13

1 year ago

0.1.14

1 year ago

0.1.15

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago