Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.05 KB

File metadata and controls

21 lines (13 loc) · 1.05 KB

Bryntum Scheduler lazyLoad frontend starter

This repository holds the Bryntum Scheduler application to demonstrate how to use the lazyLoad feature available for the Bryntum Scheduler from Version 6.

Getting started

Install the Vite dev dependency by running the following command:

npm install

Now install the Bryntum Scheduler component using npm. First, get access to the Bryntum private npm registry by following the guide in our docs. Once you’ve logged in to the registry, install the Bryntum Scheduler component. Make sure you install Version 6 or higher as the lazyLoad feature we'll use was released in Version 6.

Run the local development server for the Bryntum Scheduler app using the following command:

npm run dev

The application will be accessible at http://localhost:5173/.