Posts Tagged: May 2019

May 2019 In Brief

The Microsoftware Blog got its first upgrade this year, the main additions being a Search menu item for a live search facility, the “Similar Posts” section on post viewing pages, and post tag deletion. Research and review of web development technologies continued on VueJS for which a new Discovery Vue Journal thread was started at Nairaland as well as here; also HTTP call processing and the NuxtJS framework were looked into.

 Read More

A first introduction to NuxtJS

NuxtJS is a framework that speeds up Vue development, including server-side rendering for Vue applications. My first formal look at NuxtJS was to work through a Traversy video titled Nuxt JS Crash Course where its features were summarized and a small application was constructed.

 Read More

Can a global object be used instead of Vuex and props?

While pondering the idea of using a separate library like Vuex to manage shared data in Vue components, I experimented to see if a global object would not serve the purpose. I found that yes, a global object could be used in Vue components, with some provisions...

 Read More

April 2019 In Brief

Labelwriter was updated twice with technical support provision. Research and review of web development technologies continued from last month, with emphasis on VueJS. MoneyBooks Accounts Payable was updated, while Randomizer got its first revision of the year. A demo WordPress website was installed and a PHP website template was also set up on our server.

 Read More

Building the Todo course application

The Vue JS crash course by Traversy did not include the build process for the completed application, so I tried this out after the video ended. I first used the Vue Package Manager GUI for the build, then later npm run build, sorting out the app location issue when opened with the browser afterwards.

 Read More

The Vue JS crash course by Traversy

I work through another introductory Vue course this time by popular YouTube author Brad Traversy, building a simple todo list. The Vue-Router and the Vue CLI 3 are introduced along with the Vue Package Manager, a browser-based GUI for managing applications.

 Read More

The Vue Mastery introductory course, Part 2

In the last post on the free Vue Mastery introductory course, I summarized the first seven lessons. This is the concluding part where I summarize the last four lessons.

 Read More

The Vue Mastery introductory course, Part 1

Having finished with the getting started video at vuejs.org, I began the next exploration with the free Vue Mastery introductory course containing 11 lessons, each a downloadable video. In this first part of the post I will summarize the first seven lessons.

 Read More

The Vue introductory tutorial video

That 5-minute video that starts on clicking created a video at vuejs.org/v2/guide/index.html actually took a lot longer than five minutes for me to complete as I was coding the application being demonstrated as I went along. And after the coded app didn’t work as expected, I went on a successful debugging trip...

 Read More

Discovery Vue Journal: Getting Started!

Introducing... Discovery Vue Journal, a personal journey into the world of VueJS web development. This debut Getting Started! reveals that Vue was created by a Google veteran named Evan You, with the aim of having some of the best features of AngularJS that he had worked with.

 Read More

Tweet