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(link is external) with following necessary flags:
$ <Application> --enable-blink-features=CustomElementsV1,ShadowDOMV1
Mac OS X
Install Google Canary(link is external) manually or through Homebrew(link is external) Cask(link is external):
# $ 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(link is external)).
License
See the license file or visit http://www.apache.org/licenses/LICENSE-2.0(link is external).