Migrating from SALVO-Lite
General
Directory structure changes
- Uncompiled theme files have moved from
src/theme/tostatic/. - Global stylesheets have moved from
src/resources/stylestoassets/styles/. - Scripts have moved from
src/resources/scriptstosrc/. - 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.