Skip to content

Commit 5ebe0da

Browse files
committed
update latest version
1 parent 30eeffa commit 5ebe0da

File tree

4 files changed

+11641
-11986
lines changed

4 files changed

+11641
-11986
lines changed

src/v2/guide/installation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Installation
33
type: guide
44
order: 1
5-
vue_version: 2.6.14
6-
gz_size: "33.46"
5+
vue_version: 2.7.0
6+
gz_size: "36.75"
77
---
88

99
### Compatibility Note
@@ -41,20 +41,20 @@ Simply download and include with a script tag. `Vue` will be registered as a glo
4141
For prototyping or learning purposes, you can use the latest version with:
4242

4343
``` html
44-
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/vue.js"></script>
44+
<script src="https://cdn.jsdelivr.net/npm/vue@2.7.0/dist/vue.js"></script>
4545
```
4646

4747
For production, we recommend linking to a specific version number and build to avoid unexpected breakage from newer versions:
4848

4949
``` html
50-
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.14"></script>
50+
<script src="https://cdn.jsdelivr.net/npm/vue@2.7.0"></script>
5151
```
5252

5353
If you are using native ES Modules, there is also an ES Modules compatible build:
5454

5555
``` html
5656
<script type="module">
57-
import Vue from 'https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/vue.esm.browser.js'
57+
import Vue from 'https://cdn.jsdelivr.net/npm/vue@2.7.0/dist/vue.esm.browser.js'
5858
</script>
5959
```
6060

@@ -84,7 +84,7 @@ Vue provides an [official CLI](https://github.com/vuejs/vue-cli) for quickly sca
8484

8585
## Explanation of Different Builds
8686

87-
In the [`dist/` directory of the NPM package](https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/) you will find many different builds of Vue.js. Here's an overview of the difference between them:
87+
In the [`dist/` directory of the NPM package](https://cdn.jsdelivr.net/npm/vue@2.7.0/dist/) you will find many different builds of Vue.js. Here's an overview of the difference between them:
8888

8989
| | UMD | CommonJS | ES Module (for bundlers) | ES Module (for browsers) |
9090
| --- | --- | --- | --- | --- |
@@ -101,7 +101,7 @@ In the [`dist/` directory of the NPM package](https://cdn.jsdelivr.net/npm/vue@2
101101

102102
- **Runtime**: code that is responsible for creating Vue instances, rendering and patching virtual DOM, etc. Basically everything minus the compiler.
103103

104-
- **[UMD](https://github.com/umdjs/umd)**: UMD builds can be used directly in the browser via a `<script>` tag. The default file from jsDelivr CDN at [https://cdn.jsdelivr.net/npm/vue@2.6.14](https://cdn.jsdelivr.net/npm/vue@2.6.14) is the Runtime + Compiler UMD build (`vue.js`).
104+
- **[UMD](https://github.com/umdjs/umd)**: UMD builds can be used directly in the browser via a `<script>` tag. The default file from jsDelivr CDN at [https://cdn.jsdelivr.net/npm/vue@2.7.0](https://cdn.jsdelivr.net/npm/vue@2.7.0) is the Runtime + Compiler UMD build (`vue.js`).
105105

106106
- **[CommonJS](http://wiki.commonjs.org/wiki/Modules/1.1)**: CommonJS builds are intended for use with older bundlers like [browserify](http://browserify.org/) or [webpack 1](https://webpack.github.io). The default file for these bundlers (`pkg.main`) is the Runtime only CommonJS build (`vue.runtime.common.js`).
107107

themes/vue/_config.yml

Lines changed: 11 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
site_description: Vue.js - The Progressive JavaScript Framework
22
google_analytics: UA-46852172-1
33
root_domain: vuejs.org
4-
vue_version: 2.6.14
4+
vue_version: 2.7.0
55
# START SPONSORS
66
special:
77
- name: HBuilder
88
url: https://www.dcloud.io/hbuilderx.html?hmsr=vue-en&hmpl=&hmcu=&hmkw=&hmci=
99
img: hbuilder.png
1010
description: An IDE for Vue
1111
platinum:
12+
- name: VueMastery
13+
url: https://www.vuemastery.com/
14+
img: vuemastery.png
1215
- name: VueSchool
1316
url: >-
1417
https://vueschool.io/?utm_source=Vuejs.org&utm_medium=Banner&utm_campaign=Sponsored%20Banner&utm_content=V1
@@ -25,7 +28,7 @@ platinum:
2528
- name: Ionic
2629
url: >-
2730
https://ionicframework.com/vue?utm_source=partner&utm_medium=referral&utm_campaign=vuesponsorship&utm_content=vuedocs
28-
img: ionic.png
31+
img: ionic.png?v2
2932
- name: Nuxt
3033
url: https://nuxtjs.org/
3134
img: nuxt.png
@@ -46,17 +49,10 @@ platinum_china:
4649
- name: HBuilder
4750
url: https://www.dcloud.io/hbuilderx.html?hmsr=vue-en&hmpl=&hmcu=&hmkw=&hmci=
4851
img: hbuilder.png
49-
- name: Authing
50-
url: >-
51-
https://www.authing.cn/welcome?utm_source=Vuejs&utm_medium=CPT&utm_campaign=EN&utm_term=page-EN
52-
img: authing.svg
5352
- name: 稀土掘金技术社区
5453
url: https://juejin.cn/frontend?utm_source=vue&utm_campaign=sponsor
5554
img: xitujuejinjishushequ.png
5655
gold:
57-
- name: VueMastery
58-
url: https://www.vuemastery.com/
59-
img: vuemastery.png
6056
- name: Laravel
6157
url: https://laravel.com
6258
img: laravel.png
@@ -66,9 +62,6 @@ gold:
6662
- name: Neds
6763
url: https://neds.com.au/
6864
img: neds.png
69-
- name: Icons 8
70-
url: https://icons8.com/
71-
img: icons_8.png
7265
- name: Tidelift
7366
url: https://tidelift.com/subscription/npm/vue
7467
img: tidelift.png
@@ -90,9 +83,6 @@ gold:
9083
- name: FASTCODING Inc
9184
url: 'https://fastcoding.jp/javascript/ '
9285
img: fastcoding_inc.svg
93-
- name: StoreKit
94-
url: https://storekit.com
95-
img: storekit.png
9686
- name: VPSServer.com
9787
url: https://www.vpsserver.com
9888
img: vpsserver_com.png
@@ -138,16 +128,16 @@ gold:
138128
- name: QuickBooks Tool Hub
139129
url: https://quickbookstoolhub.com
140130
img: quickbooks_tool_hub.png
141-
- name: '1394'
142-
url: https://1394ta.org/buy-instagram-followers/
143-
img: 1394.png?v2
144131
- name: Snyk
145132
url: https://snyk.co/vuejs
146133
img: snyk.png?v2
134+
- name: Handsontable - JavaScript Data Grid
135+
url: https://handsontable.com/
136+
img: handsontable___javascript_data_grid.svg
147137
silver:
148-
- name: Inkoop
149-
url: https://www.inkoop.io
150-
img: inkoop.png
138+
- name: Draxlr
139+
url: https://www.draxlr.com
140+
img: draxlr.svg
151141
- name: iSolutions UK Limited
152142
url: https://www.thecasinodb.com
153143
img: isolutions_uk_limited.png
@@ -160,9 +150,6 @@ silver:
160150
- name: Doximity
161151
url: https://technology.doximity.com/
162152
img: doximity.png
163-
- name: Empiricus
164-
url: https://www.empiricus.com.br/
165-
img: empiricus.png
166153
- name: CircleCI
167154
url: https://circleci.com/open-source/
168155
img: circleci.png
@@ -201,9 +188,6 @@ bronze:
201188
- name: Liip AG
202189
url: https://www.liip.ch/en
203190
img: liip_ag.png
204-
- name: FormMaking
205-
url: http://form.making.link/
206-
img: formmaking.png
207191
- name: Monarch Air Group
208192
url: https://monarchairgroup.com
209193
img: monarch_air_group.png

0 commit comments

Comments
 (0)