Bootstrapping
Introduction
How It Works
The Bootstrap Class
Synopsis
class Bootstrap {
constructor(string srcPath, Object environmentVariables = {});
boot(string selector) : Promise<App>
}Methods
constructor(string srcPath, Object environmentVariables = {})
constructor(string srcPath, Object environmentVariables = {})boot(string selector) : Promise<App>
boot(string selector) : Promise<App>Examples
Example 1: Booting an EJS application
Last updated