ygoe / Frontfire1

The Frontfire Web Frontend Framework offers essential styles and effects combined with a consistent set of interactive widgets and layout utilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontfire Web Frontend Framework

Note: This repository contains Frontfire version 1 which is being replaced by version 2.

The Frontfire Web Frontend Framework offers essential styles and effects combined with a consistent set of interactive widgets and layout utilities. It is suitable for web pages and web applications that need a modern and consistent look and feel and use responsive design to work on all devices and screen sizes. All interactions are fully touch-aware and work with any type of pointing device.

Requirements

Frontfire is built from the ground up to support modern and widespread web browsers. This includes Mozilla Firefox, Google Chrome, Microsoft Edge and Apple Safari, but also the last version of Microsoft Internet Explorer 11. This framework builds upon jQuery and was tested with version 3.2 and up.

Building

Frontfire is written in modern JavaScript and SASS. The distribution files are converted to browser-compatible JavaScript and standard CSS with a set of public tools (CSS: sassc, csso; JavaScript: rollup, babel, uglifyjs) bundled in the Mini Web Compiler application for Windows.

To customise the styles with the provided SASS variables, you can either build your own version of Frontfire and use the build output files statically, or just include all SASS source files into your web project and build the CSS file right there.

When building your own version, you can also leave out certain modules that you don’t need to further reduce the file size.

Demo

Open the demo page to get an impression of how Frontfire looks and see it live and in action.

License

MIT license

About

The Frontfire Web Frontend Framework offers essential styles and effects combined with a consistent set of interactive widgets and layout utilities.

License:MIT License


Languages

Language:JavaScript 61.6%Language:CSS 26.0%Language:SCSS 12.3%Language:Batchfile 0.1%