-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (22 loc) · 1.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html Doctype=html>
<body>
<h1>Comparing the 'top choice' jine 1 2015 UI Frameworks
</h1>
<h2>Via Meteor</h2>
The following meteor packages allow us to quicly develop testable code for comparison
<pre>
useraccounts:bootstrap styled for Twitter Bootstrap
useraccounts:foundation styled for Zurb Foundation
useraccounts:ionic styled for Ionic
useraccounts:materialize styled for Materialize
useraccounts:polymer styled for Polymer (WIP)
useraccounts:ratchet styled for Ratchet
useraccounts:semantic-ui styled for Semantic UI
useraccounts:unstyled with plain html and no CSS rules
</pre>
The goal of this experiment is to provide simple a simple multi-parameter
decision tree format that can easily be used for subsequent versions of the above
listed frameworks, while maintaining the ability to easily add a new framework or set of test results at will.
<h2>Testing from a docker container or vagrant box</h2>
this method simplifies our use of the frameworks in that all dependenies are managed for the system provided, and that
a local machines's existing software will not conflict with the testing setup. Isolated containers! :)