Go to file
Georgel Pop 7feba6c269 AUI-3201 Fix tree is built without children nodes when not expanded (aui-tree-view) regression of AUI-3200 Prevent tree to create empty container <ul></ul> with no children, remove previous condition and add ul element only when has children's (this.childrenLength greater than zero). 2021-07-19 12:29:11 +02:00
demos Revert "AUI-1196 Updating toggler demo to B3" 2017-10-31 13:52:54 -07:00
src AUI-3201 Fix tree is built without children nodes when not expanded (aui-tree-view) regression of AUI-3200 Prevent tree to create empty container <ul></ul> with no children, remove previous condition and add ul element only when has children's (this.childrenLength greater than zero). 2021-07-19 12:29:11 +02:00
tasks Moves CDN to HTTPS 2017-09-07 11:22:47 -07:00
.alloy.json AUI-3087 - Create a new version of Alloy UI for master 2016-09-06 15:37:31 -07:00
.editorconfig Adds a file to unify coding style 2013-04-12 18:30:16 -07:00
.gitignore AUI-2083 Create a task to publish Alloy webjars to maven repository 2016-02-18 18:56:49 -03:00
.jsbeautifyrc AUI-1287 Wrong css formatting when running "grunt format" 2014-04-25 15:43:01 -03:00
.jshintignore AUI-1174 Validate source code with JSHint (Add auto-generated aui-loader and aui-aliases to .jshintignore) 2014-04-25 09:39:20 -03:00
.jshintrc AUI-1174 Source formatting 2014-04-25 15:41:02 -03:00
.yeti.json AUI-1328 Run commands using "spawn-local-bin" to fix problems on Windows 2014-06-18 10:51:07 -03:00
CONTRIBUTING.md AUI-3199 - Update CONTRIBUTING.md with local deployment instructions 2021-06-16 16:46:37 -07:00
LICENSE.md Update license name 2017-08-14 10:42:29 -07:00
README.md Source formatting 2019-05-24 15:07:24 -07:00
bower.json AUI-3179 Update to ace-builds 1.4.6 2019-09-24 18:27:01 -07:00
gulpfile.js Update liferay-gulp-task version; Use user defined gulp version 2016-03-09 14:54:18 -08:00
npm-shrinkwrap.json AUI-3139 - Update liferay-gulp-tasks version in shrinkwrap.json 2018-03-29 14:17:02 -07:00
package.json AUI-3139 - Update liferay-gulp-tasks version 2018-01-09 16:42:24 -08:00

README.md

AlloyUI

AlloyUI Robo Suit

AlloyUI is a framework built on top of YUI3 (JavaScript) that uses Bootstrap 3 (HTML/CSS) to provide a simple API for building high scalable applications.

Browser Support

As an user interface framework we do care about browser support. Most of our modules use all the power of HTML5, so for old browsers we provide fallbacks in Flash.

IE Chrome Firefox Opera Safari
IE 8+ ✔ Latest ✔ Latest ✔ Latest ✔ Latest ✔

Automated tasks

We use Gulp, a task-runner in Node, to automate things.

gulp <command>

To discover the most commonly used tasks, run:

gulp help

Setup

  1. Install NodeJS <= v0.12.0, if you don't have it yet.

  2. Install global dependencies:

[sudo] npm install -g gulp
  1. Install local dependencies:
npm install
  1. Initialize and fetch dependencies via Bower:
gulp init
  1. Build AlloyUI & YUI3 using Shifter:
gulp build

Development

Rebuild AUI components:

gulp build-aui

If run at the root level, it will build all AUI components.

If run within a component folder (ie. cd src/aui-datatable), it will only build that specific component.

Watch for changes and rebuild automatically:

gulp watch

Discussion

Structure

The basic structure of the project is given in the following way:

  • bower_components/ Contains all dependencies fetched via Bower. However, this directory is unnecessary for versioning, so it is ignored (.gitignore).
  • build/ Contains AlloyUI and YUI generated files, once build task has been run. However, this directory is unnecessary for versioning, so it is ignored (.gitignore).
  • demos/ Contains basic examples of the AlloyUI modules.
  • src/ Contains the source code of the AlloyUI modules.
  • tasks/ Contains the source code of the Gulp tasks.
  • .alloy.json Specifies all dependencies and some configurations.
  • .editorconfig Specifies the coding style for different editors/IDEs.
  • .jsbeautifyrc Specifies the coding format rules for JSBeautify.
  • .jshintrc Specifies the linting configurations for JSHint.
  • .yeti.json Specifies the testing configurations for Yeti.
  • LICENSE.md Defines the license agreement for AlloyUI.
  • README.md Explains the AlloyUI project.
  • package.json Lists all NodeJS dependencies.

Team

AlloyUI is maintained by these people and a bunch of awesome contributors.

Eduardo Lundgren Nate Cavanaugh Bruno Basto Iliyan Peychev Zeno Rocha
Eduardo Lundgren Nate Cavanaugh Bruno Basto Iliyan Peychev Zeno Rocha

History

Discover all versions in the Releases page.

Each module (located under src/) contains a HISTORY.md file, check them for detailed changelog.

License

BSD-3-Clause License (c) Liferay, Inc.