Building Vue. js Applications with GraphQL Develop a Complete Full-Stack Chat App from Scratch Using Vue. js, Quasar Framework, and AWS Amplify.
Autor principal: | |
---|---|
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Publishing, Limited,
2021.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Cover
- Title Page
- Copyright and Credits
- About Packt
- Contributors
- Table of Contents
- Preface
- Chapter 1: Data Binding, Events, and Computed Properties
- Technical requirements
- Creating your first project with the Vue CLI
- Getting ready
- How to do it...
- There's more...
- See also
- Creating the hello world component
- Getting ready
- How to do it...
- How it works...
- See also
- Creating an input form with two-way data binding
- Getting ready
- How to do it...
- How it works...
- See also
- Adding an event listener to an element
- Getting ready
- How to do it...
- How it works...
- See also
- Removing the v-model directive from the input
- Getting ready
- How to do it...
- How it works...
- See also
- Creating a dynamic to-do list
- Getting ready
- How to do it...
- How it works...
- See also
- Creating computed properties and understanding how they work
- Getting ready
- How to do it...
- How it works...
- See also
- Displaying cleaner data and text with custom filters
- Getting ready
- How to do it...
- How it works...
- See also
- Creating filters and sorters for a list
- Getting ready
- How to do it...
- How it works...
- See also
- Creating conditional filters to sort list data
- Getting ready
- How to do it...
- How it works...
- See also
- Adding custom styles and transitions
- Getting ready
- How to do it...
- How it works...
- See also
- Using vue-devtools to debug your application
- Getting ready
- How to do it...
- See also
- Chapter 2: Components, Mixins, and Functional Components
- Technical requirements
- Creating a visual template component
- Getting ready
- How to do it...
- How it works...
- See also
- Using slots and named slots to place data inside your components
- Getting ready
- How to do it...
- How it works...
- See also
- Passing data to your component and validating the data
- Getting ready
- How to do it...
- How it works...
- See also
- Creating functional components
- Getting ready
- How to do it...
- How it works...
- See also
- Accessing your children component's data
- Getting ready
- How to do it...
- Creating the star rating input
- Creating the StarRatingDisplay component
- Creating the StarRating component
- Data manipulation on child components
- How it works...
- There's more...
- See also
- Creating a dynamically injected component
- Getting ready
- How to do it...
- How it works...
- See also
- Creating a dependency injection component
- Getting ready
- How to do it...
- How it works...
- See also
- Creating a component mixin
- Getting ready
- How to do it...
- How it works...
- See also
- Lazy loading your components
- Getting ready
- How to do it...
- How it works...
- See also
- Chapter 3: Setting Up Our Chat App
- AWS Amplify Environment and GraphQL
- Technical requirements