Skip to content

WIP: Support modern javascript

Jacques Erasmus requested to merge (removed):support-modern-javascript into master

This adds support for modern JS in the docs project.

All modern js should be added to the content/frontend/bundles/ directory.

Files in the content/frontend/bundles/ directory will be built by rollup-js to the public/frontend/bundles/ directory.

TODO

  • Add sample file to frontend/bundles/
  • Update documentation
  • Add support for Vue (separate MR)
  • Add unit testing framework (separate MR)
  • Add additional checks/warnings if a dev environment does not have node and/or yarn installed
Edited by Jacques Erasmus

Merge request reports