Examples
Live ichigo.js examples — each page lets you try it while reading the source.
App examples
- Todo list —
data/computed/ list operations,localStorage - Shopping cart — quantity and total computation, two-way binding
- Product search — filtering and sorting as you type
Directive & integration examples
- Chart integration — hold and dispose a third-party library (Chart.js) via
userData - Animation — integrating an animation library
- Lifecycle hooks —
@mounted/@updated/@unmountedin action
Observer directives
- Resize Observer — watch element size with
v-resize - Intersection Observer — detect visibility with
v-intersection(lazy loading, etc.) - Performance Observer — measure performance with
v-performance
For the full list, see the ichigojs examples home. For syntax, see the "Core guide".