This site is built with hexo. Site content is written in Markdown format located in src
. Pull requests welcome!
Start a dev server at localhost:4000
:
$ npm install -g hexo-cli
$ npm install
$ hexo server
Website
- Entry Page
Guide
- Installation (@danielschmitz)
- Introduction
- The Vue Instance
- Template Syntax
- Computed Properties and Watchers
- Class and Style Bindings
- Conditional Rendering
- List Rendering
- Event Handling
- Form Input Bindings
- Components
- Advanced
- Transitions: Entering, Leaving, and Lists
- Transitioning State
- Render Functions
- Reactivity in Depth
- Custom Directives
- Mixins
- Plugins
- Single File Components
- Routing
- State Management
- Unit Testing
- Server-Side Rendering
- Migration from Vue 1.x
- Migration from Vue Router 0.7.x
- Comparison with Other Frameworks
API
- Global Config
- Global API
- Options / Data
- Options / DOM
- Options / Lifecycle Hooks
- Options / Misc
- Instance Properties
- Instance Methods / Data
- Instance Methods / Events
- Instance Methods / Lifecycle
- Directives
- Special Attributes
- Built-In Components
- VNode Interface
- Server-Side Rendering
Examples
- Markdown Editor
- GitHub Commits
- Firebase + Validation
- Grid Component
- Tree View
- SVG Graph
- Modal Component
- Elastic Header
- Wrapper Component
- TodoMVC
- HackerNews Clone