Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.52 KB

File metadata and controls

52 lines (33 loc) · 1.52 KB

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.