This repository was archived by the owner on Aug 8, 2022. It is now read-only.
File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
刚接触 Vue.js?先从[ 基础指南] ( /guide/introduction.html ) 开始吧。
5
5
:::
6
6
7
- 本指南主要是为有 Vue 2 经验的用户希望了解 Vue 3 的新功能和更改而提供的 。** 在试用 Vue 3 之前,你不必从头阅读这些内容 ** 。虽然看起来有很多变化,但很多你已经了解和喜欢 Vue 的部分仍是一样的。不过我们希望尽可能全面,并为每处变化提供详细的例子。
7
+ 本指南主要是为有 Vue 2 经验的、希望了解 Vue 3 的新功能和更改的用户而提供的 。** 在试用 Vue 3 之前,你不必完整阅读这些内容 ** 。虽然看起来有很多变化,但很多你已经了解和喜欢 Vue 的部分仍是一样的。不过我们希望尽可能全面,并为每处变化提供详细的例子。
8
8
9
9
- [ 快速开始] ( #快速开始 )
10
- - [ 迁移构建版本 ] ( #迁移构建版本 )
10
+ - [ 用于迁移的构建版本 ] ( #用于迁移的构建版本 )
11
11
- [ 值得注意的新特性] ( #值得注意的新特性 )
12
12
- [ 非兼容的变更] ( #非兼容的变更 )
13
13
- [ 支持的库] ( #官方支持的库 )
29
29
- 通过脚手架 [ Vite] ( https://github.com/vitejs/vite ) :
30
30
31
31
``` bash
32
- npm init vite hello-vue3 -- --template vue # OR yarn create vite hello-vue3 --template vue
32
+ npm init vite hello-vue3 -- --template vue # 或 yarn create vite hello-vue3 --template vue
33
33
```
34
34
35
35
- 通过脚手架 [ vue-cli] ( https://cli.vuejs.org/ ) :
40
40
# 选择 vue 3 preset
41
41
```
42
42
43
- ## 迁移构建版本
43
+ ## 用于迁移的构建版本
44
44
45
- 如果你有基于 Vue 2 的项目或者库,它要升级到 Vue 3,我们提供了与 Vue 2 兼容 API 的 Vue 3 构建版本,查看[ 迁移构建版本 ] ( ./migration-build.html ) 获取完整的细节。
45
+ 如果你有基于 Vue 2 的项目或者库,它要升级到 Vue 3,我们提供了与 Vue 2 兼容 API 的 Vue 3 构建版本,查看[ 用于迁移的构建版本 ] ( ./migration-build.html ) 获取完整的细节。
46
46
47
47
## 值得注意的新特性
48
48
Original file line number Diff line number Diff line change 1
- # 迁移构建版本
1
+ # 用于迁移的构建版本
2
2
3
3
## 概述
4
4
You can’t perform that action at this time.
0 commit comments