Vuejs: Difference between revisions
Jump to navigation
Jump to search
Lsokolowski1 (talk | contribs) m (→Reactjs) |
Lsokolowski1 (talk | contribs) mNo edit summary |
||
Line 13: | Line 13: | ||
{{Can I use your material}} | {{Can I use your material}} | ||
== Introduction | == Introduction == | ||
<!-- | <!-- | ||
* Developed by engineers at Facebook | * Developed by engineers at Facebook | ||
Line 22: | Line 22: | ||
** Other '''memory-heavy''' tasks without slowing down | ** Other '''memory-heavy''' tasks without slowing down | ||
--> | --> | ||
== Overview of Vue JS == | |||
* Declarative rendering | |||
* Component composition | |||
* Hot-reloading | |||
* Time-travel debugging | |||
=== Declarative rendering === | |||
=== Component composition === | |||
=== Hot-reloading === | |||
=== Time-travel debugging === | |||
== Setting up a development environment == | |||
== Creating your first application == | |||
== Working with Templates == | |||
== Dividing the application into smaller, self-contained components == | |||
== Methods and computed properties == | |||
== Reactive programming == | |||
== Directives and data rendering == | |||
== Applying transitions == | |||
== Routing == | |||
== Managing state == | |||
== Creating animations == | |||
== Refactoring components == | |||
== Server-side rendering == | |||
== Supporting libraries and packages == | |||
* Routing | |||
* State management | |||
* Build tooling | |||
=== Routing === | |||
=== State management === | |||
=== Build tooling === | |||
== Testing your application == | |||
== Debugging and performance == | |||
== Embedding Vue.js into existing pages == | |||
== Deploying your application to production Vue-CLI == | |||
== Scaling your application == |
Revision as of 09:37, 1 May 2024
Vuejs
Vuejs Training Materials
Copyright Notice
Copyright © 2004-2023 by NobleProg Limited All rights reserved.
This publication is protected by copyright, and permission must be obtained from the publisher prior to any prohibited reproduction, storage in a retrieval system, or transmission in any form or by any means, electronic, mechanical, photocopying, recording, or likewise.
Introduction
Overview of Vue JS
- Declarative rendering
- Component composition
- Hot-reloading
- Time-travel debugging
Declarative rendering
Component composition
Hot-reloading
Time-travel debugging
Setting up a development environment
Creating your first application
Working with Templates
Dividing the application into smaller, self-contained components
Methods and computed properties
Reactive programming
Directives and data rendering
Applying transitions
Routing
Managing state
Creating animations
Refactoring components
Server-side rendering
Supporting libraries and packages
- Routing
- State management
- Build tooling