mirror of https://github.com/freeCodeCamp/devdocs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
12 KiB
1 line
12 KiB
{"entries":[{"name":"1. Installation","path":"guide/installation","type":"Guide"},{"name":"3. The Vue Instance","path":"guide/instance","type":"Guide"},{"name":"4. Template Syntax","path":"guide/syntax","type":"Guide"},{"name":"5. Computed Properties and Watchers","path":"guide/computed","type":"Guide"},{"name":"6. Class and Style Bindings","path":"guide/class-and-style","type":"Guide"},{"name":"7. Conditional Rendering","path":"guide/conditional","type":"Guide"},{"name":"8. List Rendering","path":"guide/list","type":"Guide"},{"name":"9. Event Handling","path":"guide/events","type":"Guide"},{"name":"10. Form Input Bindings","path":"guide/forms","type":"Guide"},{"name":"11. Components Basics","path":"guide/components","type":"Guide"},{"name":"12. Component Registration","path":"guide/components-registration","type":"Guide"},{"name":"13. Props","path":"guide/components-props","type":"Guide"},{"name":"14. Custom Events","path":"guide/components-custom-events","type":"Guide"},{"name":"15. Slots","path":"guide/components-slots","type":"Guide"},{"name":"16. Dynamic & Async Components","path":"guide/components-dynamic-async","type":"Guide"},{"name":"17. Handling Edge Cases","path":"guide/components-edge-cases","type":"Guide"},{"name":"18. Enter/Leave & List Transitions","path":"guide/transitions","type":"Guide"},{"name":"19. State Transitions","path":"guide/transitioning-state","type":"Guide"},{"name":"20. Mixins","path":"guide/mixins","type":"Guide"},{"name":"21. Custom Directives","path":"guide/custom-directive","type":"Guide"},{"name":"22. Render Functions & JSX","path":"guide/render-function","type":"Guide"},{"name":"23. Plugins","path":"guide/plugins","type":"Guide"},{"name":"24. Filters","path":"guide/filters","type":"Guide"},{"name":"25. Production Deployment","path":"guide/deployment","type":"Guide"},{"name":"26. Single File Components","path":"guide/single-file-components","type":"Guide"},{"name":"27. Unit Testing","path":"guide/unit-testing","type":"Guide"},{"name":"28. TypeScript Support","path":"guide/typescript","type":"Guide"},{"name":"29. Routing","path":"guide/routing","type":"Guide"},{"name":"30. State Management","path":"guide/state-management","type":"Guide"},{"name":"31. Server-Side Rendering","path":"guide/ssr","type":"Guide"},{"name":"32. Reactivity in Depth","path":"guide/reactivity","type":"Guide"},{"name":"33. Migration from Vue 1.x","path":"guide/migration","type":"Guide"},{"name":"34. Migration from Vue Router 0.7.x","path":"guide/migration-vue-router","type":"Guide"},{"name":"35. Migration from Vuex 0.6.x to 1.0","path":"guide/migration-vuex","type":"Guide"},{"name":"36. Comparison with Other Frameworks","path":"guide/comparison","type":"Guide"},{"name":"37. Join the Vue.js Community!","path":"guide/join","type":"Guide"},{"name":"activated","path":"api/index#activated","type":"API: Options / Lifecycle Hooks"},{"name":"API","path":"api/index","type":"API"},{"name":"beforeCreate","path":"api/index#beforeCreate","type":"API: Options / Lifecycle Hooks"},{"name":"beforeDestroy","path":"api/index#beforeDestroy","type":"API: Options / Lifecycle Hooks"},{"name":"beforeMount","path":"api/index#beforeMount","type":"API: Options / Lifecycle Hooks"},{"name":"beforeUpdate","path":"api/index#beforeUpdate","type":"API: Options / Lifecycle Hooks"},{"name":"comments","path":"api/index#comments","type":"API: Options / Misc"},{"name":"component","path":"api/index#component","type":"API: Built-In Components"},{"name":"components","path":"api/index#components","type":"API: Options / Assets"},{"name":"computed","path":"api/index#computed","type":"API: Options / Data"},{"name":"created","path":"api/index#created","type":"API: Options / Lifecycle Hooks"},{"name":"data","path":"api/index#data","type":"API: Options / Data"},{"name":"deactivated","path":"api/index#deactivated","type":"API: Options / Lifecycle Hooks"},{"name":"delimiters","path":"api/index#delimiters","type":"API: Options / Misc"},{"name":"destroyed","path":"api/index#destroyed","type":"API: Options / Lifecycle Hooks"},{"name":"devtools","path":"api/index#devtools","type":"API: Global Config"},{"name":"directives","path":"api/index#directives","type":"API: Options / Assets"},{"name":"el","path":"api/index#el","type":"API: Options / DOM"},{"name":"errorCaptured","path":"api/index#errorCaptured","type":"API: Options / Lifecycle Hooks"},{"name":"errorHandler","path":"api/index#errorHandler","type":"API: Global Config"},{"name":"extends","path":"api/index#extends","type":"API: Options / Composition"},{"name":"filters","path":"api/index#filters","type":"API: Options / Assets"},{"name":"functional","path":"api/index#functional","type":"API: Options / Misc"},{"name":"ignoredElements","path":"api/index#ignoredElements","type":"API: Global Config"},{"name":"inheritAttrs","path":"api/index#inheritAttrs","type":"API: Options / Misc"},{"name":"is","path":"api/index#is","type":"API: Special Attributes"},{"name":"keep-alive","path":"api/index#keep-alive","type":"API: Built-In Components"},{"name":"key","path":"api/index#key","type":"API: Special Attributes"},{"name":"keyCodes","path":"api/index#keyCodes","type":"API: Global Config"},{"name":"methods","path":"api/index#methods","type":"API: Options / Data"},{"name":"mixins","path":"api/index#mixins","type":"API: Options / Composition"},{"name":"model","path":"api/index#model","type":"API: Options / Misc"},{"name":"mounted","path":"api/index#mounted","type":"API: Options / Lifecycle Hooks"},{"name":"name","path":"api/index#name","type":"API: Options / Misc"},{"name":"optionMergeStrategies","path":"api/index#optionMergeStrategies","type":"API: Global Config"},{"name":"parent","path":"api/index#parent","type":"API: Options / Composition"},{"name":"performance","path":"api/index#performance","type":"API: Global Config"},{"name":"productionTip","path":"api/index#productionTip","type":"API: Global Config"},{"name":"props","path":"api/index#props","type":"API: Options / Data"},{"name":"propsData","path":"api/index#propsData","type":"API: Options / Data"},{"name":"provide / inject","path":"api/index#provide-inject","type":"API: Options / Composition"},{"name":"ref","path":"api/index#ref","type":"API: Special Attributes"},{"name":"render","path":"api/index#render","type":"API: Options / DOM"},{"name":"renderError","path":"api/index#renderError","type":"API: Options / DOM"},{"name":"scope replaced","path":"api/index#scope-replaced","type":"API: Special Attributes"},{"name":"silent","path":"api/index#silent","type":"API: Global Config"},{"name":"slot","path":"api/index#slot-1","type":"API: Built-In Components"},{"name":"slot","path":"api/index#slot","type":"API: Special Attributes"},{"name":"slot-scope","path":"api/index#slot-scope","type":"API: Special Attributes"},{"name":"template","path":"api/index#template","type":"API: Options / DOM"},{"name":"transition","path":"api/index#transition","type":"API: Built-In Components"},{"name":"transition-group","path":"api/index#transition-group","type":"API: Built-In Components"},{"name":"updated","path":"api/index#updated","type":"API: Options / Lifecycle Hooks"},{"name":"v-bind","path":"api/index#v-bind","type":"API: Directives"},{"name":"v-cloak","path":"api/index#v-cloak","type":"API: Directives"},{"name":"v-else","path":"api/index#v-else","type":"API: Directives"},{"name":"v-else-if","path":"api/index#v-else-if","type":"API: Directives"},{"name":"v-for","path":"api/index#v-for","type":"API: Directives"},{"name":"v-html","path":"api/index#v-html","type":"API: Directives"},{"name":"v-if","path":"api/index#v-if","type":"API: Directives"},{"name":"v-model","path":"api/index#v-model","type":"API: Directives"},{"name":"v-on","path":"api/index#v-on","type":"API: Directives"},{"name":"v-once","path":"api/index#v-once","type":"API: Directives"},{"name":"v-pre","path":"api/index#v-pre","type":"API: Directives"},{"name":"v-show","path":"api/index#v-show","type":"API: Directives"},{"name":"v-text","path":"api/index#v-text","type":"API: Directives"},{"name":"vm.$attrs","path":"api/index#vm-attrs","type":"API: Instance Properties"},{"name":"vm.$children","path":"api/index#vm-children","type":"API: Instance Properties"},{"name":"vm.$data","path":"api/index#vm-data","type":"API: Instance Properties"},{"name":"vm.$delete()","path":"api/index#vm-delete-target-key","type":"API: Instance Methods / Data"},{"name":"vm.$destroy()","path":"api/index#vm-destroy","type":"API: Instance Methods / Lifecycle"},{"name":"vm.$el","path":"api/index#vm-el","type":"API: Instance Properties"},{"name":"vm.$emit()","path":"api/index#vm-emit-event-…args","type":"API: Instance Methods / Events"},{"name":"vm.$forceUpdate()","path":"api/index#vm-forceUpdate","type":"API: Instance Methods / Lifecycle"},{"name":"vm.$isServer","path":"api/index#vm-isServer","type":"API: Instance Properties"},{"name":"vm.$listeners","path":"api/index#vm-listeners","type":"API: Instance Properties"},{"name":"vm.$mount()","path":"api/index#vm-mount-elementOrSelector","type":"API: Instance Methods / Lifecycle"},{"name":"vm.$nextTick()","path":"api/index#vm-nextTick-callback","type":"API: Instance Methods / Lifecycle"},{"name":"vm.$off()","path":"api/index#vm-off-event-callback","type":"API: Instance Methods / Events"},{"name":"vm.$on()","path":"api/index#vm-on-event-callback","type":"API: Instance Methods / Events"},{"name":"vm.$once()","path":"api/index#vm-once-event-callback","type":"API: Instance Methods / Events"},{"name":"vm.$options","path":"api/index#vm-options","type":"API: Instance Properties"},{"name":"vm.$parent","path":"api/index#vm-parent","type":"API: Instance Properties"},{"name":"vm.$props","path":"api/index#vm-props","type":"API: Instance Properties"},{"name":"vm.$refs","path":"api/index#vm-refs","type":"API: Instance Properties"},{"name":"vm.$root","path":"api/index#vm-root","type":"API: Instance Properties"},{"name":"vm.$scopedSlots","path":"api/index#vm-scopedSlots","type":"API: Instance Properties"},{"name":"vm.$set()","path":"api/index#vm-set-target-key-value","type":"API: Instance Methods / Data"},{"name":"vm.$slots","path":"api/index#vm-slots","type":"API: Instance Properties"},{"name":"vm.$watch()","path":"api/index#vm-watch-expOrFn-callback-options","type":"API: Instance Methods / Data"},{"name":"Vue.compile()","path":"api/index#Vue-compile-template","type":"API: Global API"},{"name":"Vue.component()","path":"api/index#Vue-component-id-definition","type":"API: Global API"},{"name":"Vue.delete()","path":"api/index#Vue-delete-target-key","type":"API: Global API"},{"name":"Vue.directive()","path":"api/index#Vue-directive-id-definition","type":"API: Global API"},{"name":"Vue.extend()","path":"api/index#Vue-extend-options","type":"API: Global API"},{"name":"Vue.filter()","path":"api/index#Vue-filter-id-definition","type":"API: Global API"},{"name":"Vue.mixin()","path":"api/index#Vue-mixin-mixin","type":"API: Global API"},{"name":"Vue.nextTick()","path":"api/index#Vue-nextTick-callback-context","type":"API: Global API"},{"name":"Vue.set()","path":"api/index#Vue-set-target-key-value","type":"API: Global API"},{"name":"Vue.use()","path":"api/index#Vue-use-plugin","type":"API: Global API"},{"name":"Vue.version","path":"api/index#Vue-version","type":"API: Global API"},{"name":"warnHandler","path":"api/index#warnHandler","type":"API: Global Config"},{"name":"watch","path":"api/index#watch","type":"API: Options / Data"}],"types":[{"name":"API","count":1,"slug":"api"},{"name":"API: Built-In Components","count":5,"slug":"api-built-in-components"},{"name":"API: Directives","count":13,"slug":"api-directives"},{"name":"API: Global API","count":11,"slug":"api-global-api"},{"name":"API: Global Config","count":9,"slug":"api-global-config"},{"name":"API: Instance Methods / Data","count":3,"slug":"api-instance-methods-data"},{"name":"API: Instance Methods / Events","count":4,"slug":"api-instance-methods-events"},{"name":"API: Instance Methods / Lifecycle","count":4,"slug":"api-instance-methods-lifecycle"},{"name":"API: Instance Properties","count":13,"slug":"api-instance-properties"},{"name":"API: Options / Assets","count":3,"slug":"api-options-assets"},{"name":"API: Options / Composition","count":4,"slug":"api-options-composition"},{"name":"API: Options / Data","count":6,"slug":"api-options-data"},{"name":"API: Options / DOM","count":4,"slug":"api-options-dom"},{"name":"API: Options / Lifecycle Hooks","count":11,"slug":"api-options-lifecycle-hooks"},{"name":"API: Options / Misc","count":6,"slug":"api-options-misc"},{"name":"API: Special Attributes","count":6,"slug":"api-special-attributes"},{"name":"Guide","count":36,"slug":"guide"}]} |