42 packages
@aofl/aofljs-cli
is a command line tool for running aofljs/0.6.0 local server and automate the build process of aofljs apps.
@aofl/aofl-validate
Form validation mixin for Polymer 2+
@aofl/api-request
A module for simplifying api calls
@aofl/cache-manager
Provides a unified class for storing objects in Storage-like Objects
@aofl/cli
`@aofl/cli` is a command line tool that provides some essential tools to help the development process of aofl-js apps. It supports scaffolding new projects and components, generating .pot files for i18n, and probably it's most useful feature is, allowing
@aofl/cli-lib
Shared library for cli and various webpack plugins.
@aofl/component-utils
A small collection of component utility functions
@aofl/dom-scope-loader
The **\@aofl/dom-scope-loader** is a webpack loader that generates unique id's for specified html tags.
@aofl/drawer
The <aofl-drawer> element toggles content between an open and closed state. Opening and closing animations are provided as classes to allow for any possible method of toggling content.
@aofl/element
aofl-element extends lit-element and overrides the _render() function. It accepts a template function and an String[] of styles. It is intented to be used in place of lit-element as the base class for elements. In it's current version it doesn't do much o