Quality tutorials & resources. No BS._

Page 10

Build an API Wrapper with VueJS & Axios Part 4 of 4 in Your Guide to Using an API with VueJS/NuxtJS and Axios
Author Dan Pastori avatar
Dan Pastori November 16th, 2020

Creating an API wrapper using VueJS & Axios makes your API interfacing code extremely fluid, modular, and maintainable. Before we get started, those using NuxtJS should skip to the next tutorial. This will tutorial will ONLY work with VueJS and not within NuxtJS.

With that being said, so far we’ve installed Axios and got it to work with VueJS and configured Axios to work globally. We’ve also went through a few more complex requests like POST, PUT, & PATCH. In this tutorial we will abstract all of our API requests into wrapper modules. Before we get started, let’s begin with why.

Keep Reading →
Break between articles Break between articles
Packaging a NuxtJS app for iOS and Android with CapacitorJS Part 2 of 4 in Build an iOS & Android App with CapacitorJS + NuxtJS + TailwindCSS
Author Dan Pastori avatar
Dan Pastori August 16th, 2020

This is really where the magic happens! The way to get a NuxtJS application packaged and deployed to a mobile app store is with CapacitorJS. CapacitorJS allows you to package web code, access native phone hardware, and deploy that code to both iOS and Android app stores. You could do similar functionality with Adobe Phonegap. […]

Keep Reading →
Break between articles
Using TailwindCSS to Design Your Mobile App Part 3 of 4 in Build an iOS & Android App with CapacitorJS + NuxtJS + TailwindCSS
Author Dan Pastori avatar
Dan Pastori August 16th, 2020

Once you have your NuxtJS application packaged up with CapacitorJS, using TailwindCSS to style your application is really straight-forward. You will be using the same process as you would for web, except focusing on the responsive aspect of your application. While your layout is entirely up to you and TailwindCSS makes this a breeze, there […]

Keep Reading →
Break between articles
Installing TailwindCSS in a WordPress Theme
Author Dan Pastori avatar
Dan Pastori August 5th, 2020

TailwindCSS is an absolutely amazing front end CSS library that allows you to create stunning CSS layouts. Using TailwindCSS in your WordPress Theme will help add beauty and simplicity to your design. It will also make your theme scalable and easy to manage. Let’s get TailwindCSS added to our theme. Pre-Requisite I personally prefer to […]

Keep Reading →
Break between articles
1 8 9 10 11 12 31