From 1bc310bd0640f9e767aa27e03c50b2276fcf17fc Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Sat, 7 Oct 2023 20:26:12 +0200 Subject: [PATCH] maint(docs): Add chapter about Mockup usage. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index fecc6d2d4..724e175fe 100644 --- a/README.md +++ b/README.md @@ -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: + + ``` + + ``` + or: + ``` + + ``` + + ## Install - Have a current version of Node.js installed.