8000 GitHub - padcom/vuejs.org at 369c201e2d8da1c6945534481f9973a4c6da8478
[go: up one dir, main page]

Skip to content

padcom/vuejs.org

Folders and files

< AE4B td>
 
NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuejs.org

This site is built with hexo. Site content is written in Markdown format located in src. Pull requests welcome!

Developing

Start a dev server at localhost:4000:

$ npm install -g hexo-cli
$ npm install
$ hexo server

Transaltion Status (en to pt_br)

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

About

The website.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.9%
  • CSS 7.5%
  • HTML 5.5%
  • Makefile 0.1%
0