Vue.js
Building A Real-Time Chat Application With Vue.js and Firebase – Part 3
Part 1: Setting Up The Project Part 2: Implementing The Chat Logic Part 3: Firebase Cloud Functions In this second part of the Building A Real-Time Chat Application With Vue.js and Firebase tutorial series we’ve further completed the implementation of the Vue.js front-end application. In this third part we’ll be implementing [...]
Building A Real-Time Chat Application With Vue.js and Firebase – Part 2
Part 1: Setting Up The Project Part 2: Implementing The Chat Logic Part 3: Firebase Cloud Functions In the first part of the Building A Real-Time Chat Application With Vue.js and Firebase tutorial series we’ve set up the Vue.js project, installed needed dependencies like the Bootstrap framework, established the connection to [...]
Building A Real-Time Chat Application With Vue.js and Firebase – Part 1
Part 1: Setting Up The Project Part 2: Implementing The Chat Logic Part 3: Firebase Cloud Functions Vue.js is a powerful framework for building JavaScript-based single page web-applications and is often considered to combine the best of both, React and Angular. Firebase is a cloud development platform by Google which offers various [...]
Course Announcement: Vue CLI 3 – Vue.js Development Made Easy
A new CodingTheSmartWay.com online course has been launched and is available on Udemy today! Wow! Vue CLI 3 – Vue Development Made Easy (use this link to get the course for just $10 right now) Throughout this course, you will be learning what Vue CLI 3 is and why it was introduced. The command line interface that is provided by the [...]
Getting Started With Vue CLI 3
Vue CLI 3 is a complete rewrite of the previous version of the Vue command line interface tool and comes with a set of new features which makes Vue development and the management of Vue projects a lot easier: Out-of-the-box support for Babel, TypeScript, ESLint, PostCSS, PWA, Unit Testing & End-to-end Testing. A plugin system which [...]
Introduction To Server Rendered Vue.js Apps With Nuxt
The Vue.js framework is one of the top trending framework for web developers this year. Vue.js makes it easy to get started and enables you to build all types of single-page web applications. The Nuxt framework is built on top of the Vue.js framework and it’s main focus is eliminate client rendering. Instead Nuxt offers server [...]
Vue.js Routing With vue-router
If your Vue.js 2 applications grows bigger and consists of multiple views routing becomes a core part of your project. Let’s explore how you can use the Vue core package vue-router to implement routing in your web application. Setting Up Our Vue.js 2 Project We’re using Vue CLI to set up our Vue.js project. If you [...]
Choose your favorite front-end framework
Front-end development frameworks in 2017 At the moment many new JavaScript frameworks gaining traction and have already taken front-end 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 [...]
Vue.js 2 State Management With Vuex – Introduction
If your Vue.js application grows bigger and consists of multiple components you might run into the problem of how to share data across the those components and make sure that components which are using the same data are always updated if data is changing. However, if your application is small you can solve this problem by emitting events [...]
Top 3 Vue.js 2 Online Courses
Vue.js 2 is an awesome JavaScript framework for building front-end applications which gains at lot of traction at the moment. One of the main advantages of Vue.js 2 is that it’s easy to learn and to use. Once started you’ll get results very quickly and the learning curve is steep in general. Adding Vue.js 2 to your web [...]