Skip to content

RockinY/web-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Draftjs Demo

This project is not intended as a complete one-stop solution for your desired web-editor. Instead, it is recommended for you to dive into the core drafjs documention and api and build your uniq web editor. Unlike the last-draftjs project. All major plugins are embeded inside the project which makes your modifications much easier.

Getting Started

Install dependencies

$ yarn install && cd demo && yarn install

Start development

$ yarn dev

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Inspired by Last draftjs and awesome Spectrum project