/offline-demo

Demo of the Fusion offline feature

Primary LanguageTypeScriptThe UnlicenseUnlicense

Custom project from start.vaadin.com

This project is to demo the offline feature.

master branch is using v18.

offlien branch is using v18 + Flow offlie feature branch.

Project structure

Directory Description
frontend/ Client-side source directory
    index.html HTML template
    index.ts Frontend entrypoint, contains the client-side routing setup using Vaadin Router
    main-layout.ts Main layout Web Component, contains the navigation menu, uses App Layout
    views/ UI views Web Components (TypeScript)
    styles/ Styles directory (CSS)
src/main/java/<groupId>/ Server-side source directory, contains the server-side Java views
    Application.java Server entrypoint

What next?

vaadin.com has lots of material to help you get you started: