Vue作为前端框架三剑客中的一个,凭借易上手和双向绑定等特性杀出重围。经过多次迭代,Vue已经可以在大型项目中有所担当,对于平时小的需求更是能灵活应对。在Vue 3中,引了组合式API,使得代码的发更聚合,同时也更加有利于Tree Shaking来优化包的大小。 本书以Vue 3版本为基础,主要介绍了Vue各API的特性和使用,在讲解过程中主要突出了以下特: 一是指明每个口在实际乃至大型项目中的使用频度(哪些需要重深挖,值得花时间学习;哪些只需要简单理解,没有必要花太多的时间学习),从而做到花较少的时间适应平时的发工作。
售 价:¥
纸质售价:¥62.40购买纸书
温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印
为你推荐
封面页
书名页
版权页
内容简介
序1
序2
前言
目录
第1章 应用配置
1.1 errorHandler
1.2 warnHandler
1.3 globalProperties
1.4 isCustomElement
1.5 optionMergeStrategies
1.6 performance
第2章 应用API
2.1 component
2.2 config
2.3 directive
2.4 mixin
2.5 mount
2.6 provide
2.7 unmount
2.8 use
第3章 全局API
3.1 createApp
3.2 defineComponent
3.3 defineAsyncComponent
3.4 resolveComponent
3.5 resolveDynamicComponent
3.6 resolveDirective/withDirectives
3.7 createRenderer
3.8 nextTick
第4章 选项式API
4.1 Data
4.1.1 data属性
4.1.2 props属性
4.1.3 computed属性
4.1.4 methods属性
4.1.5 watch属性
4.1.6 emits属性
4.2 DOM
4.2.1 template
4.2.2 render
4.3 生命周期钩子
4.3.1 beforeCreate
4.3.2 created
4.3.3 beforeMount
4.3.4 mounted
4.3.5 beforeUpdate
4.3.6 updated
4.3.7 activated
4.3.8 deactivated
4.3.9 beforeUnmount/unmounted
4.3.10 errorCaptured
4.3.11 renderTracked/renderTriggered
4.4 选项/资源
4.4.1 directives
4.4.2 components
4.5 组合
4.5.1 mixins
4.5.2 extends
4.5.3 provide/inject
4.5.4 setup
4.6 杂项
4.6.1 name
4.6.2 delimiters
4.6.3 inheritAttrs
第5章 实例property
5.1 $data
5.2 $props
5.3 $el
5.4 $options
5.5 $parent
5.6 $root
5.7 $slots
5.8 $refs
5.9 $attrs
第6章 实例方法
6.1 $watch
6.2 $emit
6.3 $forceUpdate
6.4 $nextTick
第7章 指令
7.1 v-text
7.2 v-html
7.3 v-show
7.4 v-if
7.5 v-else/v-else-if
7.6 v-for
7.7 v-on
7.8 v-bind
7.9 v-model
7.10 v-slot
7.11 v-pre
7.12 v-cloak
7.13 v-once
7.14 v-is
第8章 特殊指令
8.1 key
8.2 ref
8.3 is
第9章 内置组件
9.1 component
9.2 transition
9.3 transition-group
9.4 keep-alive
9.5 slot
9.6 teleport
第10章 响应性API
10.1 响应式基础API
10.1.1 reactive
10.1.2 readonly
10.1.3 isProxy
10.1.4 isReactive
10.1.5 isReadonly
10.1.6 toRaw
10.1.7 markRaw
10.1.8 shallowReactive
10.1.9 shallowReadonly
10.2 refs
10.2.1 ref
10.2.2 unref
10.2.3 toRef
10.2.4 toRefs
10.2.5 isRef
10.2.6 customRef
10.2.7 shallowRef
10.2.8 triggerRef
10.3 computed与watch
10.3.1 computed
10.3.2 watchEffect
10.3.3 watch
第11章 组合式API
11.1 setup
11.2 生命周期钩子
11.3 provide/inject
11.4 getCurrentInstance
买过这本书的人还买过
读了这本书的人还在读
同类图书排行榜