Skip to content

REMEXLabs/AWC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e991dbd · Aug 20, 2018

History

26 Commits
Sep 30, 2016
Sep 30, 2016
Oct 27, 2016
Sep 2, 2016
Oct 27, 2016
Aug 22, 2016
Feb 14, 2018
Aug 22, 2016
Sep 2, 2016
Dec 2, 2016
Aug 20, 2018
Aug 20, 2018
Aug 30, 2016

Repository files navigation

Adaptive Web Components Framework

Framework for the implementation of adpative user interface components based on the following specifications:

Usage

Start the newest version of the Google Canary browser with following necessary flags:

$ <Application> --enable-blink-features=CustomElementsV1,ShadowDOMV1

Mac OS X

Install Google Canary manually or through Homebrew Cask:

# $ brew tap phinze/homebrew-cask
# $ brew install brew-cask
$ brew cask install google-chrome-canary

Set an useful alias:

alias canary="/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --enable-blink-features=CustomElementsV1,ShadowDOMV1"

Start a local server and open the main page:

$ cd <repository_root>
$ python -m SimpleHTTPServer 8000 & canary http://localhost:8000/index.html

Funding Acknowledgement

The research leading to these results has received funding from the European Union's Seventh Framework Programme (FP7) under grant agreement No.610510 (Prosperity4all).

License

See the license file or visit http://www.apache.org/licenses/LICENSE-2.0.