Applications à grande échelle avec Vue 3 et TypeScript
Applications à grande échelle avec Vue 3 et TypeScript
Créez des frontaux volumineux et évolutifs qui tirent parti de l'isolation des composants, de l'internationalisation, de la localisation, d'un magasin Vuex modulaire, de bibliothèques de composants personnalisés, d'un code client API qui peut facilement basculer entre les données simulées et les données en direct, etc.
À propos du livre
Créez des interfaces Vue 3 volumineuses et évolutives avec une grande base de code organisée facile à développer et à maintenir à l'aide de techniques telles que:
Développement de composants d'interface utilisateur de manière isolée à l'aide d'un client API qui peut facilement servir des données en direct ou des données simulées
Créer des bibliothèques de composants personnalisées
Un magasin Vuex modulaire organisé en domaines d'application
Internationalisation et localisation pour la traduction linguistique et le formatage des nombres / dates selon une culture spécifique
Vérification de type TypeScript au moment du développement pour réduire les bogues ou les erreurs d'exécution
Conventions de dénomination de la structure des répertoires, des fichiers et des codes
Tests unitaires pour les modèles et les composants
Et plus
Packages
The Book
français
PDF
EPUB
MOBI
WEB
The Book: Team License
With this package you get 3 copies of the book, including any of its future updates.
français
PDF
EPUB
MOBI
WEB
The Book: Enterprise License
With this package you get 10 copies of the book, including any of its future updates.
français
PDF
EPUB
MOBI
WEB
Bundles that include this book
Table of Contents
- Applications à grande échelle avec Vue 3 et TypeScript
-
Préface
- Remerciements
- Public
- Objectif
- Conventions de texte
- Conditions préalables
- Companion Code
-
Chapitre 1 - Configuration Du Projet Avec Vue-Cli
- Récapitulation du chapitre 1
-
Chapitre 2 - Votre Premier Composant
- La liste d’items
- Exigences De Composant ElementsList
- Code Du Composant ElementsList
- Home Vue
-
Mises à jour App.vue
- Récapitulation du chapitre 2
-
Chapitre 3 - Interfaces De Modèle De Données
- Répertoire Des Modèles
- Interface ItemInterface
- Composant ItemsList
-
Vue Home
- Récapitulation du chapitre 3
-
Chapitre 4 - Ajout D’événements Au Composant Items
- Composant ItemsList
- Récapitulation du chapitre 4
-
Chapitre 5 - Introduction Aux Tests Unitaires En Refactorisant Un Bit
- ItemComponent
- Tests unitaires ItemComponent
- Composant ItemsList
- Mises à jour de Home.vue
- Récapitulation du chapitre 5
-
Chapitre 6 - Introduction De Vuex
- Vuex Vue d’ensemble
- Store Du Vuex Principal (fichier: store/index.ts)
- Interface ItemsStateInterface
- Retour Au Fichier: store/index.ts
- Vue Home
- Navigateur Web
- ItemsList.component.vue
- Home.vue
- Navigateur Web
- Composant Loader
- Composant ItemsList
- Composant ItemsList - amélioration du gestionnaire de clics sur les items
- Store Vuex: Mutation selectItem
- Store Vuex: Action selectItem
- Récapitulation du chapitre 6
-
Chapitre 7 - Client Api
- Présentation Du Client API
- Domaines
- Le ApiClient principal
- Items Api Client
- Mock et Clients Api en direct
- Api Client Mock
- Live Api Client
- Factory Client Api
- Mises à jour de l’instance Vuex Store
- Des alternatives
- Récapitulation du chapitre 7
-
Chapitre 8 - Améliorer le client Api
- Interfaces et modèles HttpClient
- HttpClient Unit Tests
- Changements pour le ItemsApiClientModel
- Récapitulation du chapitre 8
-
Chapitre 9 - Modularisez le Vuex Store
- Instance actuelle de Vuex Store (src/store/index.ts)
- Modèles Store et State
- Instance de Store
- La syntaxe d’interpolation de chaîne de module/mutation laide
- La récapitulation
- Récapitulation du chapitre 9
-
Chapitre 10 - Localisation et internationalisation - Localisation des langues - Partie 1
- Plugin: vue-i18n
- Récapitulation du chapitre 10
-
Chapitre 11 - Localisation et internationalisation - Localisation des langues - Partie 2
- Le composant LocaleSelector
- Module Vuex pour les Locales
- Implémentation LocalesStateInterface
- LocaleSelector.component.vue
- LocaleFlagRadio.component.vue
- Fichier src/main.ts
- Fichier src/App.vue
- Navigateur Web
- Récapitulation du chapitre 11
-
Chapitre 12 - Localisation et internationalisation - Localisation des langues - Partie 3
- Localiser la navigation principale
- Localiser le composant Items
- Récapitulation du chapitre 12
-
Chapitre 13 - Localisation et internationalisation - Formats de nombre et de date / heure
- Mises à jour des fichiers de paramètres régionaux JSON
- Récapitulation du chapitre 13
-
Chapitre 14 - Configuration de l’application
- src/config
- tsconfig.json
- src/config/index.ts
- Tests unitaires par rapport à Config
- Récapitulation du chapitre 14
-
Chapitre 15 - Utilisation des packages CSS/SASS/SCSS
- SCSS Library
- Mise à jour du code du plugin Flag-Icons
- Plugin MyAppScss
- Composant ThemeSelector
- Récapitulation du chapitre 15
-
Chapitre 16 - Création de composants autonomes
- Supprimer le code ThemeSelector existant
- Créer le répertoire Components-Standalone
- Créer le répertoire ThemeSelector
- CCréer les modèles ThemeSelector
- Créer les Custom Store Models ThemeSelector
- Clés constantes pour localStorage
- Créer le composant ThemeSelector
- Modifier le code App.vue
- Récapitulation du chapitre 16
-
Chapitre 17 - Bibliothèques de composants d’empaquetage pour la distribution
- Mises à jour de my-projet
- Récapitulation du chapitre 17
-
Chapitre 18 - Introduction aux primitifs
- Atomic Design (Conception atomique) et approches similaires
- Conventions
- Stratégies générales
- TailwindCSS
- Éléments de texte
- Vue des primitives
- Récapitulation du chapitre 18
-
Chapitre 19 - Primitives continues
- Éléments de bouton
- Vue des primitives - mise à jour
- Éléments Toggle/Checkbox
- Vue des primitives - encore une mise à jour
- Récapitulation du chapitre 19
-
Chapitre 20 - Composants de niveau supérieur
- Composant Item - mises à jour
- Composant ItemsList - mises à jour
- Résumé
- Récapitulation du chapitre 20
-
Chapitre 21 - Composants dynamiques
- Élément Card de base
- Composant BaseWidget
- Composant CustomersWidget
- Composant OrdersWidget
- Composant ItemsListWidget
- Fichier WidgetsCatalog.ts
- Composant WidgetsContainer, Modèles et state
- Vue du Widgets Playground Viw
- Navigateur Web
- Résumé
- Le fichier Vue.config.js
-
Conventions de nommage
- Normes de codage
- Notes
Authors have earned$10,261,184writing, publishing and selling on Leanpub, earning 80% royalties while saving up to 25 million pounds of CO2 and up to 46,000 trees.
En savoir plus sur l'écriture avec Leanpub
Aucun risque ! Satisfait ou remboursé !
Durant les 45 jours suivant l'achat, vous pouvez obtenir un remboursement à 100% de la part de Leanpub, en moins de deux clics. Nous traitons les remboursements manuellement, un délai de quelques jours est nécessaire. Voir nos conditions générales.
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers), EPUB (for phones and tablets) and MOBI (for Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them
Top Books
C++20
Rainer GrimmC++20 is the next big C++ standard after C++11. As C++11 did it, C++20 changes the way we program modern C++. This change is, in particular, due to the big four of C++20: ranges, coroutines, concepts, and modules.
500 QUIZ MMG COMMENTATI
ALS Medicina Generale500 Quiz degli ULTIMI Concorsi di Medicina Generale (2014/2016/2017/2018/2019)
Riassunti e suddivisi per area con Griglia risposte vuota e Griglia risposte esatte Ministeriale
Commentati con link alla fonte per approfondimento e ausilio allo studio
R Programming for Data Science
Roger D. PengThis book brings the fundamentals of R programming to you, using the same material developed as part of the industry-leading Johns Hopkins Data Science Specialization. The skills taught in this book will lay the foundation for you to begin your journey learning data science. Printed copies of this book are available through Lulu.
Ansible for DevOps
Jeff GeerlingAnsible is a simple, but powerful, server and configuration management tool. Learn to use Ansible effectively, whether you manage one server—or thousands.
Atomic Kotlin
Bruce Eckel and Svetlana IsakovaFor both beginning and experienced programmers! From the author of the multi-award-winning Thinking in C++ and Thinking in Java together with a member of the Kotlin language team comes a book that breaks the concepts into small, easy-to-digest "atoms," along with exercises supported by hints and solutions directly inside IntelliJ IDEA!
Continuous Delivery Pipelines
Dave FarleyThis practical handbook provides a step-by-step guide for you to get the best continuous delivery pipeline for your software.
C++ Best Practices
Jason TurnerLevel up your C++, get the tools working for you, eliminate common problems, and move on to more exciting things!
Visualise, document and explore your software architecture
Simon BrownA short guide to visualising, documenting and exploring your software architecture.
Discrete Mathematics for Computer Science
Alexander Shen, Alexander S. Kulikov, Vladimir Podolskii, and Aleksandr GolovnevThis book supplements the DM for CS Specialization at Coursera and contains many interactive puzzles, autograded quizzes, and code snippets. They are intended to help you to discover important ideas in discrete mathematics on your own. By purchasing the book, you will get all updates of the book free of charge when they are released.
Functional Design and Architecture
Alexander GraninSoftware Design in Functional Programming, Design Patterns and Practices, Methodologies and Application Architectures. How to build real software in Haskell with less efforts and low risks. The first complete source of knowledge.
Top Bundles
- #1
Software Architecture for Developers: Volumes 1 & 2 - Technical leadership and communication
2 Books
"Software Architecture for Developers" is a practical and pragmatic guide to modern, lightweight software architecture, specifically aimed at developers. You'll learn:The essence of software architecture.Why the software architecture role should include coding, coaching and collaboration.The things that you really need to think about before... - #2
Software Architecture and Design Practice Reference
2 Books
Dive deeper in Software Architecture with the Design Practice Reference. Learn all about software architecture and design from the books in this bundle:Software Architecture covers topics from quality attributes to designing and modeling components, interfaces, connectors, and containers, all the way to services and microservices. The Design... - #6
Linux Administration Complet
4 Books
Ce lot comprend les quatre volumes du Guide Linux Administration :Linux Administration, Volume 1, Administration fondamentale : Guide pratique de préparation aux examens de certification LPIC 1, Linux Essentials, RHCSA et LFCS. Administration fondamentale. Introduction à Linux. Le Shell. Traitement du texte. Arborescence de fichiers. Sécurité... - #7
The Python Craftsman
3 Books
The Python Craftsman series comprises The Python Apprentice, The Python Journeyman, and The Python Master. The first book is primarily suitable for for programmers with some experience of programming in another language. If you don't have any experience with programming this book may be a bit daunting. You'll be learning not just a programming... - #8
All the Books of The Medical Futurist
6 Books
We put together the most popular books from The Medical Futurist to provide a clear picture about the major trends shaping the future of medicine and healthcare. Digital health technologies, artificial intelligence, the future of 20 medical specialties, big pharma, data privacy, digital health investments and how technology giants such as Amazon... - #10
Mastering Containers
2 Books
Docker and Kubernetes are taking the world by storm! These books will get you up-to-speed fast! Docker Deep Dive is over 400 pages long, and covers all objectives on the Docker Certified Associate exam.The Kubernetes Book includes everything you need to get up and running with Kubernetes!