In a previous blog post we explained how to host an EmberJS application in nginx with a backend API. First, we had to build the…
Tag: emberjs
In the mu.semte.ch framework we use EmberJS in the frontend. The data is retrieved through Ember Data or AJAX requests, via the identifier and dispatcher, from the microservices…
This article is the final part in our series on the ember-data-table addon. In a first blog post we introduced ember-data-table, an easy-to-use component to visualize your Ember…
Dacota.one used mu.semte.ch to publish CRAB-LOD as Linked Open Data. Publishing linked open data is not at the core of the mu.semte.ch stack, yet the choice…
This article is a follow-up on how to visualize your Ember Data with the ember-data-table. Have a look at the first tutorial if you want…
In this post, we’re going elaborate a little on how to add Ember FastBoot t o your mu-project. This should not be considered as a…
Developing using Docker has many benefits, like ensuring your builds always build in the same way and ensuring a consistent way of installation. Although the…
In this article we show you how to easily render a data table with search, sort and pagination. The ember-data-table addon provides a component to…