Modules

Introduction

In EJS, a module is a self-contained collection of resources which implement a feature of an application. Each module includes everything it needs: classes, markup, styling, media assets, language files, route definitions, etc.

Modules may be independently versioned and shared across applications.

Last updated