Add semantic-ui (#8076)

* client: add semantic-ui

* add README, disable google fonts

* karma: limit coverage to .vue and .js files

* add missing deps

* semantic-ui in assets folder
This commit is contained in:
Matteo Pagliazzi
2016-09-27 09:34:45 +02:00
committed by GitHub
parent 51ffe2c8c2
commit e3bcea4077
11 changed files with 334 additions and 29 deletions
+5 -1
View File
@@ -6,7 +6,11 @@
</head>
<body>
<!-- #loading-screen needs to be rendered before vue, will be deleted once app is loaded -->
<div id="loading-screen">Loading...</div>
<div id="loading-screen" class="ui middle aligned one column grid">
<div class="column center aligned">
<p>Loading...</p>
</div>
</div>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>