Skip to content

Commit

Permalink
maint(docs): Add chapter about Mockup usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Oct 7, 2023
1 parent 981f1a9 commit 1bc310b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
Mockup is the JavaScript stack of the Plone Classic UI.


## Usage

There are several options to integrate Mockup.

- First, it comes pre-installed with Plone 6 Classic UI.
- Second, you can install and compile a bundle. See below.
- Third you can download a ZIP from Mockup's release pages on GitHub.
- Fourth, you can use a precompiled bundle from a CDN, like:

```
<script src="https://unpkg.com/@plone/mockup@latest/dist/bundle.min.js"></script>
```
or:
```
<script src="https://cdn.jsdelivr.net/npm/@plone/mockup@latest/dist/bundle.min.js"></script>
```


## Install

- Have a current version of Node.js installed.
Expand Down

0 comments on commit 1bc310b

Please sign in to comment.