8000 Merge pull request #2307 from meowwwls/add-doc-links · cdxfish/vue@0b907f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b907f7

Browse files
committed
Merge pull request vuejs#2307 from meowwwls/add-doc-links
Add doc links to core features
2 parents c63d6a3 + f564e16 commit 0b907f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313

1414
Vue.js is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API. Core features include:
1515

16-
- Dead simple, unobtrusive reactivity using plain JavaScript objects.
17-
- Com 67BF ponent-oriented development style with tooling support
16+
- [Dead simple, unobtrusive reactivity using plain JavaScript objects.](http://vuejs.org/guide/overview.html#Reactive_Data_Binding)
17+
- [Component-oriented development style with tooling support](http://vuejs.org/guide/overview.html#Component_System)
1818
- Lean and extensible core
19-
- Flexible transition effect system
19+
- [Flexible transition effect system](http://vuejs.org/guide/transitions.html)
2020
- Fast without the need for complex optimization
2121

2222
Note that Vue.js only supports [ES5-compliant browsers](http://kangax.github.io/compat-table/es5/) (IE8 and below are not supported). To check out live examples and docs, visit [vuejs.org](http://vuejs.org).

0 commit comments

Comments
 (0)
0