0.21.10 • Published 16 days ago

grapesjs v0.21.10

Weekly downloads
22,777
License
BSD-3-Clause
Repository
github
Last release
16 days ago

GrapesJS

Build Status Chat CDNJS npm

GrapesJS is a free and open source Web Builder Framework which helps building HTML templates, faster and easily, to be delivered in sites, newsletters or mobile apps. Mainly, GrapesJS was designed to be used inside a CMS to speed up the creation of dynamic templates. To better understand this concept check the image below

Generally any 'template system', that you'd find in various applications like CMS, is composed by the structure (HTML), style (CSS) and variables, which are then replaced with other templates and contents on server-side and rendered on client.

This demos show examples of what is possible to achieve: Webpage Demo - http://grapesjs.com/demo.html Newsletter Demo - http://grapesjs.com/demo-newsletter-editor.html

Table of contents

Features

BlocksStyle ManagerLayer Manager
Code ViewerAsset Manager
  • Local and remote storage

  • Default built-in commands (basically for creating and managing different components)

Download

  • CDNs
    • UNPKG (resolves to the latest version)
      • https://unpkg.com/grapesjs
      • https://unpkg.com/grapesjs/dist/css/grapes.min.css
    • CDNJS (replace X.X.X with the current version)
      • https://cdnjs.cloudflare.com/ajax/libs/grapesjs/X.X.X/grapes.min.js
      • https://cdnjs.cloudflare.com/ajax/libs/grapesjs/X.X.X/css/grapes.min.css
  • NPM
    • npm i grapesjs
  • GIT
    • git clone https://github.com/GrapesJS/grapesjs.git

For the development purpose you should follow instructions below.

Usage

<link rel="stylesheet" href="path/to/grapes.min.css">
<script src="path/to/grapes.min.js"></script>

<div id="gjs"></div>

<script type="text/javascript">
  var editor = grapesjs.init({
      container : '#gjs',
      components: '<div class="txt-red">Hello world!</div>',
      style: '.txt-red{color: red}',
  });
</script>

For a more practical example I'd suggest looking up the code inside this demo: http://grapesjs.com/demo.html

Development

Clone the repository and install all the necessary dependencies (yarn is highly recommended)

$ git clone https://github.com/GrapesJS/grapesjs.git
$ cd grapesjs
$ yarn

Start the dev server

$ yarn start

Once the development server is started you should be able to reach the demo page (eg. http://localhost:8080)

Documentation

Check the getting started guide here: Documentation

API

API References could be found here: API-Reference

Testing

$ yarn test

Plugins

Official Plugins | Community Plugins

Wrappers

  • @grapesjs/react - GrapesJS wrapper for React that allows you to build custom and declarative UI for your editor.

Extensions

Presets

Find out more about plugins here: Creating plugins

Support

If you like the project and you wish to see it grow, please consider supporting us with a donation of your choice or become a backer/sponsor via Open Collective

PayPalMe Bitcoin

BrowserStack Thanks to BrowserStack for providing us browser testing services

License

BSD 3-clause

keystone-grapesjs-editorappup-componentsappup-components-dynamic@datagrok/forms@tpkg/grapes-plugin-image@infinitebrahmanuniverse/nolb-grape@zlxiao97/webpack-library@everything-registry/sub-chunk-1783yz-react-lib-poc@il4mb/merapipanel@iops/site-consoleghani-grapes-boots-editor4@lxnewsxl/designer-defaultirisplus-components-test@questwork/vue-q-formkeystonejs-grapesjs-editorkiantc-destack@rustyroad/page-buildervue-grapesjsvue-grapesjs-componentvue-grapesjs-composables@jcdea/destackgs-reactwebstudio-app@silexlabs/grapesjs-directus-storage@silexlabs/grapesjs-fonts@silexlabs/silex@silexlabs/grapesjs-loadinglandrick@parcelvoy/ui@ozhiganov/crazyursus92-destackvue-document-builderishtms-editor@newageerp/v3.form.field-html-editorgrapestipgrapes-boots4-editorgrapesjs-advance-componentsgrape-tipsgrapesjs-editorgrapesjs-page-breakgrapesjs-plugin-scrollgrapesjs-plugin-chartjsgrapesjs-plugin-chartjs-bargrapesjs-plugin-chartjs-doughnutgrapesjs-plugin-chartsjs@llampukaq/builderair-builder@yvesbou/smartcontract-ui-plugin@youwol/stories@youwol/flux-builderappxgennext-grapejs-pluginwwwbox-base@tannineo/destackmetablock-console@tpkg/website-base-plugin@tpkg/editor-base-plugin@tpkg/grapes-react-type-register@tpkg/grapes-test@tpkg/weberjs-locale-select@tpkg/weberjs-plugin-button@tpkg/weberjs-plugin-map@tpkg/weberjs-plugin-social@tpkg/weberjs-plugin-trait-type@tpkg/grapes-plugin-appbar@tpkg/grapes-plugin-blocks-basic@tpkg/grapes-plugin-form@tpkg/grapes-plugin-list@tpkg/grapes-plugin-pagelist@tpkg/grapes-plugin-siderbar@strapi-fan/strapi-grapejs-pluginmario-educationzealder-cmsmurph-project@zerexei/grapejs-components@walnut-software/drag-and-drop-editor@walnut-software/email-builder@walnut-software/email-builder-reactangular-editor@yatping/destack@aetheria/frontend-common@aetheria/frontend-interfaces@aetheria/gjs-base-blocks@aetheria/gjs-uiautorespond-email-template-editorpeppubuildpeppubuild-servercostway-grapesjs-plugin-demo@bolt/components-editor@byorbit/or-ui-colorparse-server-grapesjs@blocksweb/core@amplicode/addon-email-templates@adabra/ui-libs-grapesjs-mjmlnodeeweb-admin-panel@ant-extensions/page-maker@atomicx/core@atomicx/themerad-ui-applicationreact-email-module
0.21.10

16 days ago

0.21.9

1 month ago

0.21.8

4 months ago

0.21.7

7 months ago

0.21.6

7 months ago

0.21.5

8 months ago

0.21.4

9 months ago

0.21.3

10 months ago

0.21.2

11 months ago

0.21.1

1 year ago

0.20.4

1 year ago

0.20.3

1 year ago

0.20.2

1 year ago

0.20.1

2 years ago

0.19.4

2 years ago

0.19.5

2 years ago

0.18.4

2 years ago

0.18.1

2 years ago

0.18.2

2 years ago

0.18.3

2 years ago

0.17.29

2 years ago

0.17.28

2 years ago

0.17.27

3 years ago

0.17.26

3 years ago

0.17.25

3 years ago

0.17.22

3 years ago

0.17.19

3 years ago

0.17.4

3 years ago

0.17.3

3 years ago

0.16.45

3 years ago

0.17.2-rc.1

3 years ago

0.16.44

3 years ago

0.16.43

3 years ago

0.16.41

3 years ago

0.16.34

3 years ago

0.16.30

3 years ago

0.16.27

3 years ago

0.16.22

4 years ago

0.16.18

4 years ago

0.16.17

4 years ago

0.16.12

4 years ago

0.16.3

4 years ago

0.16.2

4 years ago

0.15.10

4 years ago

0.15.9

4 years ago

0.15.8

5 years ago

0.15.5

5 years ago

0.15.3

5 years ago

0.14.62

5 years ago

0.14.61

5 years ago

0.14.57

5 years ago

0.14.55

5 years ago

0.14.52

5 years ago

0.14.50

5 years ago

0.14.49

5 years ago

0.14.48

5 years ago

0.14.43

5 years ago

0.14.40

5 years ago

0.15.3-rc.2

5 years ago

0.15.3-rc

6 years ago

0.14.33

6 years ago

0.14.29

6 years ago

0.14.28-rc-touch

6 years ago

0.14.27

6 years ago

0.14.25

6 years ago

0.14.23

6 years ago

0.14.21

6 years ago

0.14.20

6 years ago

0.14.17

6 years ago

0.14.15

6 years ago

0.14.10

6 years ago

0.14.9

6 years ago

0.14.6

6 years ago

0.14.5

6 years ago

0.13.8

6 years ago

0.13.5

6 years ago

0.12.60

6 years ago

0.12.58

6 years ago

0.12.55

6 years ago

0.12.52

6 years ago

0.12.50

6 years ago

0.12.45

6 years ago

0.12.37

6 years ago

0.12.30

6 years ago

0.12.25

6 years ago

0.12.17

6 years ago

0.12.15

7 years ago

0.12.8

7 years ago

0.12.7

7 years ago

0.12.6

7 years ago

0.12.5

7 years ago

0.10.8

7 years ago

0.11.3-rc

7 years ago

0.10.7

7 years ago

0.10.6

7 years ago

0.10.4

7 years ago

0.10.2

7 years ago

0.9.32

7 years ago

0.9.15

7 years ago

0.9.13

7 years ago

0.9.12

7 years ago

0.9.11

7 years ago

0.9.10

7 years ago

0.9.8

7 years ago

0.9.7

7 years ago

0.9.5

7 years ago

0.9.2

7 years ago

0.8.19

7 years ago

0.8.17

7 years ago

0.8.16

7 years ago

0.8.8

7 years ago

0.8.4

7 years ago

0.7.7

7 years ago

0.7.6

7 years ago

0.5.41

7 years ago

0.5.40

7 years ago

0.5.37

7 years ago

0.5.23

7 years ago

0.5.7

7 years ago

0.5.4

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.4.38

7 years ago

0.4.30

7 years ago

0.4.25

7 years ago

0.4.23

7 years ago

0.4.17

7 years ago

0.4.15

7 years ago

0.4.5

7 years ago

0.3.71

7 years ago

0.3.41

7 years ago

0.3.40

7 years ago

0.3.35

7 years ago

0.3.34

7 years ago

0.3.33

7 years ago

0.3.32

7 years ago

0.3.30

7 years ago

0.3.27

7 years ago

0.3.25

7 years ago

0.3.24

7 years ago

0.3.23

7 years ago

0.3.21

8 years ago

0.3.20

8 years ago

0.3.18

8 years ago

0.3.17

8 years ago

0.3.14

8 years ago

0.3.13

8 years ago

0.3.12

8 years ago

0.3.10

8 years ago

0.3.8

8 years ago

0.3.7

8 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.5

8 years ago

0.1.1

8 years ago

0.0.51

8 years ago

0.0.5

8 years ago