Vue.js
Vue.js 2 & Vue-Resource – Real-World Vue Application With External API Access
Vue.js 2 is great for building powerful single-page web applications. In the following we’re going to build a real-world Vue.js 2 application which makes use of an external REST API from Newsapi.org. By using this free API we’re able to retrieve latest news articles from popular news sources and blogs. To access this external [...]
Using Material Design with Vue.js 2
Created and designed by Google, Material Design is a design language that combines the classic principles of successful design along with innovation and technology. Google’s goal is to develop a system of design that allows for a unified user experience across all platform. A general introduction and overview of Google’s [...]
Vue.js 2 and Firebase
Building Real Time Single Page Web Applications With Vue.js 2 and Firebase Firebase is a mobile and web application platform supporting developers with various tools and services to build high-quality app. A central feature of Firebase is the realtime database. By using the Firebase API the realtime database can be used to store and sync [...]
Vue.js 2 Quickstart Tutorial 2017
Vue is a progressive JavaScript framework that focuses on building user interfaces. As it only works in the “view layer” it makes no assumption of middleware and backend and therefore can be integrated easily into other projects and libraries. Vue.js offers a lot of functionality for the view layer and can be used for building powerful [...]
Top Online Courses For Frontend Developers In 2017
2016 has been a great year for frontend web developers! Many new JavaScript frameworks have evolved and have taken web development to a new level. A persisting trend is the development of single-page web application and componentization. This leads to a better user experience and makes development easier and complex applications can be [...]