https://vuejs.org/v2/guide/
Essential#
- Vue instance
- Template Syntax
- Computed property and watchers
- Class and style bindings
- Conditional renderings
- List renderings
- Event handlings
- Form input binding
- Component basics
Advanced#
- Component registration
- Props
- Custom events
- Slots
- Dynamic & async components
- Handling edge cases
Reusability & Composition#
- Mixins
- Custom directives
- Render function & jsx
- Plugins
- Filters
Scaling up#
- Routing
- State management
- Server-side rendering
Tooling#
- production deployment
- Single file components
- Unit testing
- Typescript support
Internal#
transition & animation#
- Enter/leave & list transition
- State transition