Skip to content

Commit bdc2385

Browse files
author
FalkWolsky
committed
Update Demo Plugin Sources - fix readme
1 parent e410d95 commit bdc2385

File tree

3 files changed

+561
-22
lines changed

3 files changed

+561
-22
lines changed
Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
1-
# lowcoder-cli-template-typescript
1+
# Lowcoder Demonstrator Plugin Sourcecode
22

3-
This is the official typescript template of lowcoder-cli.
3+
## Overview
44

5-
This template will be used by default.
5+
This repository contains the demonstrator code for a Component Plugin in Lowcoder. It serves as a practical example and a reference for developers looking to build their own Component Plugins within the Lowcoder framework.
6+
7+
This repository is not about to integrate the Plugin like other NPM repositories. However, for the Lowcoder Component Plugin Creator we wanted to publish the Demonstrator Plugin code sources.
8+
9+
### The Lowcoder App Editor
10+
11+
<p align="center">
12+
<img src="https://raw.githubusercontent.com/lowcoder-org/lowcoder-media-assets/main/images/App%20Editor%20%7C%20Main%20Screeen%20clean.png" alt="Lowcoder App Editor">
13+
</p>
14+
15+
### Purpose
16+
17+
The primary goal of this repository is to showcase best practices, demonstrate the structure, and provide a clear example of how to develop Component Plugins for Lowcoder. It is intended to be a learning resource rather than a production-ready solution.
18+
19+
## Getting Started
20+
21+
To explore this demonstrator plugin, install and test it in action you can use the "Lowcoder Component Plugin Builder". https://www.npmjs.com/package/create-lowcoder-plugin
22+
23+
### The Lowcoder Component Plugin Builder and Preivew
24+
25+
<p align="center">
26+
<img src="https://raw.githubusercontent.com/lowcoder-org/lowcoder-media-assets/main/images/Component%20Plugin%20Builder%20%7C%20Preview.png" alt="Lowcoder Plugin Preview">
27+
</p>

client/packages/lowcoder-cli-template-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lowcoder-cli-template-typescript",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"type": "module",
55
"scripts": {
66
"start": "vite",

0 commit comments

Comments
 (0)