An Aurelia UI/UX framework for building desktop-style applications. This is a fork of the original Aurelia UI Framework that replaces external Google Fonts dependencies with local fonts for offline deployment, and modifies the color scheme. Current stable version is 3.4.15. The framework is designed specifically for Aurelia applications, providing UI components and themes. The fork does not introduce new features but focuses on offline suitability.
npm install auf-offlineNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Registers the auf-offline plugin in an Aurelia application with theme configuration.
Ensure fonts (e.g., 'Fira Sans') are included in your build or served locally.
Review and update CSS variable overrides for --aui-primary and --aui-info.
Use the official Aurelia 2 UI framework or stick with Aurelia 1.
Run 'npm install auf-offline' and ensure it's listed in package.json.
Use 'import { AuiFramework } from 'auf-offline';' instead of require.