-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separated examples with one webpack config
- Loading branch information
Showing
10 changed files
with
2,062 additions
and
977 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.idea | ||
node_modules | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
Oops, something went wrong.