Email the Author
You can use this page to email Aaron Saunders about Build a VueJS App with Ionic Framework, SQLite And Capacitor.
About the Book
After doing over 50 videos on Ionic Framework VueJS and ReactJS I figured that sometimes reading a book with sample code and a bit more of an explanation makes the concepts clearer; that's when I decided to write a book.
This is the first in a series of short targeted books on building mobile applications with Ionic Framework and Capacitor. It is my hope to write a series of books all under the heading of #ionicvuebook. This is #IonicVueBook One I hope you decide to purchase it, find it informative, and recommend it to your friends
Using SQLite as a local storage mechanism has been around since the first mobile applications. This book will walk you through a basic framework for starting your own app with SQLite as the local storage solution.
The first version of the book is written without typescript so that it might be more approachable to some.
The book covers some of the basic Ionic Framework Components you might need for your first app. We also have tested the code on ios and android devices
- IonPage
- IonButton
- IonIcon
- IonAlert
- IonToast
- IonList
- IonItem
- IonInput
- IonItemSliding
- And More...