8000 Master by ErickPetru · Pull Request #460 · vuejs/v2.vuejs.org · GitHub
[go: up one dir, main page]

Skip to content

Master #460

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Oct 4, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add Transaltion Status
  • Loading branch information
danielschmitz authored Oct 4, 2016
commit edc8a1dff4ca6282194aaf5d6499f8d120b122d0
65 changes: 65 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,68 @@ $ npm install -g hexo-cli
$ npm install
$ hexo server
```

## Transaltion Status ( en to pt_br)

**Website**
- [ ] Entry Page

**Guide**
- [ ] Installation
- [ ] 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

0