lzyspa
v1.0.11
Published
Lazy loading SPA framework for static content. Small package size and fast loading.
Readme
LZYSPA
Lazy loading SPA framework for static content. Small package size and fast loading.
Configuration
| Key | Default value | Comment |
| ----------------------------------- | ---------------- | ------- |
| classNameActiveLinkInNavigation | 'active-link' | |
| classNameKeyboardNavigationActive | 'keyboard-nav' | |
| classNamePageTransition | '' | |
| classNameRemovalDelayPageTransition | 0 | |
| classNameRemovalDelaySplashLoading | 0 | |
| classNameSplashLoading | '' | |
| directoryContent | 'content' | |
| domSelectorBody | 'body' | |
| domSelectorContent | '#content' | |
| domSelectorNavigation | '#nav' | |
| loadIndexContentOnLoad | false | |
| pathFileNotFound | '/404' | |
| pathToIndexContent | '/index' | |
| pathToNavigationContent | '' | |
| useServiceWorker | true | |
