Skip to main content
Version: 0.1.x

Migrating from SALVO-Lite

General

Directory structure changes

  • Uncompiled theme files have moved from src/theme/ to static/.
  • Global stylesheets have moved from src/resources/styles to assets/styles/.
  • Scripts have moved from src/resources/scripts to src/.
  • Framework code and build plugins now live in an external package rather than in lib/.

Components

SALVO-TS uses new components which inherit from BaseComponent. You can keep your existing SALVO-Lite-style component code using the LegacyComponent feature.

New components are built using a new Web Components-based architecture. See Components.