Skip to content

Commit

Permalink
Separated examples with one webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed May 6, 2024
1 parent 4685ab9 commit 58239ad
Show file tree
Hide file tree
Showing 10 changed files with 2,062 additions and 977 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
node_modules
dist
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# jodit-examples
Jodit Examples
# Jodit examples

- [Jodit Editor](https://xdsoft.net/jodit/) is a WYSIWYG editor that provides a simple and convenient way to edit web content. This repository contains examples of how to use Jodit Editor in various ways.

## Usage

```sh
cd ./examples/paste-link
npm ci
npm start
```

Or you can use common `package.json` scripts:

```sh
npm ci
npm start
```
Loading

0 comments on commit 58239ad

Please sign in to comment.