Quality tutorials & resources. No BS._

Page 10

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
Using Laravel Mix in a WordPress Theme
Author Dan Pastori avatar
Dan Pastori August 5th, 2020

If you’ve ever tried installing Webpack and configuring it from scratch, you know how hard it is. After working with Laravel and using Laravel Mix, I wanted to use it in every PHP based project. Luckily you can! What Laravel Mix does is take the pain out of configuring Webpack and provides you with an […]

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