Getting started with Vue Native - Andrés Cruz

Getting started with Vue Native

By Andrés Cruz

  • Release Date: 2022-09-13
  • Genre: Programming

Available here:

Link #1 Link #2

Description

Vue Native is a framework to create native mobile applications for Android and IOS using JavaScript, specifically Vue; with this technology we can create good quality mobile applications.

Another fundamental point is that Vue Native uses the React Native code for each of the components that we have to create our applications; therefore, Vue Native communicates directly with the React Native core to be able to display through components, images, texts, buttons, lists, and much more.

The fundamental window that this platform has is that we can use the Vue and React Naive plugins to create our applications.

Unfortunately this technology was obsolete at the time of writing this book; therefore, the book does not have all the chapters that were initially thought and it remains as a reference to start with this framework.

However, even if it is obsolete or deprecated, it helps us to know everything that this tool offers us, we can use it to encourage us to develop in similar frameworks such as React Native, Galio, among others.

As a recommendation, use Visual Studio Code as editor, since it is an excellent editor, with many customization options, extensions, intuitive, light and that you can develop in a lot of platforms, technologies, frameworks and programming languages; so overall Visual Studio Code will be a great companion for you; but, if you prefer other editors like Sublime Text, PHPStorm or similar, you can use it without any problem.

Chapters

This book has a total of 8 chapters, it is recommended that you read in the order in which they are arranged and as we explain the components of the framework, go directly to the practice, replicate, test and modify the codes that we show in this book.



Chapter 1: It explains what is the necessary software, and its installation to develop in Vue Native.

Chapter 2: We'll talk about Vue Native technology, create a project, and do some very basic testing.

Chapter 3: We will give a detailed explanation of each of the most used components in Vue Native.

Chapter 4: We will use a plugin to enable navigation between screens and see its practical use.

Chapter 5: We will see the different ways to work with the styles in a project in Vue Native.

Chapter 6: We will create a listing app consuming a Rest API on the Internet.

Chapter 7: We will see the use of animations in Vue Native in a basic way along with tweens.

Chapter 8: We will create a CRUD type application with forms, lists, several pages, validations, confirmation messages and redirections.

Who is this book for

This book is for anyone who wants to get started with mobile development and knows the basics of Vue.

For those who want to know the framework and who know Vue, who want to know current frameworks similar to this one, but do not have the necessary knowledge to venture into these because they do not know the bases that support them.

For those people who want to learn something new, learn about a framework that has very little documentation, who want to improve a skill in web development, who want to grow as a developer and who want to continue climbing their path with others frameworks superior to this; As long as you meet at least some of the above considerations, this book is for you.

Comments