Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 522 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 522 Bytes

Editor

Requirement

  • npm

Develop

  1. Setup IntelliJ Ultimate
  2. Run npm install to install required dependencies
  3. Run npm run start
  4. Go to http://localhost:8080/demo.html to test the editor
  5. Run npm test

Any change should be compiled and trigger the browser reloading automatically.

Use the production artifact

  1. Run npm run build to build the production artifact
  2. Include dist/editor.min.js and dist/editor.min.css in your HTML