Convenience bundle
var Bauplan = require("bauplan");
Loads main bauplan modules and makes them available as properties of the main Bauplan object
- bauplan.require => Bauplan.Require
- bauplan.i18n => Bauplan.I18N
- bauplan.templates => Bauplan.Templates
- bauplan.model => Bauplan.Model
- bauplan.collection => Bauplan.Collection
- bauplan.view module => Bauplan.View
- bauplan.controller => Bauplan.Controller
- bauplan.layout.controller => Bauplan.LayoutController
- bauplan.authentication => Bauplan.Authentication
- bauplan.authentication.controller => Bauplan.AuthenticationController
- bauplan.router.base => Bauplan.RouterBase
- bauplan.tracker => Bauplan.Tracker
- bauplan.analytics => Bauplan.Analytics
- bauplan.feature => Bauplan.Feature
Returns
Bauplan object
- Type
- object
Requires
- Source: