File tree 1 file changed +3
-4
lines changed
packages/docs/docs/zh/guide
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
## 云开发 CloudBase
18
18
19
- [ 云开发 CloudBase] ( https://cloudbase.net/ ) 是一个云原生一体化的 Serverless 云平台,支持静态网站、容器等多种托管能力,并提供简便的部署工具 [ CloudBase Framework] ( https://cloudbase.net/framework.html ) 来一键部署应用。
19
+ [ 云开发 CloudBase] ( https://cloudbase.net/?site=vuepress ) 是一个云原生一体化的 Serverless 云平台,支持静态网站、容器等多种托管能力,并提供简便的部署工具 [ CloudBase Framework] ( https://cloudbase.net/framework.html?site=vuepress ) 来一键部署应用。
20
20
21
21
1 . 全局安装 CloudBase CLI
22
22
23
23
```
24
24
npm install -g @cloudbase/cli
25
25
```
26
26
27
- 2 . 在项目根目录运行以下命令一键部署 VuePress 应用:
27
+ 2 . 在项目根目录运行以下命令一键部署 VuePress 应用,在部署之前可以先 [ 开通环境 ] ( https://console.cloud.tencent.com/tcb/env/index?channel=ad&site=vuejs ) :
28
28
29
29
```
30
- cloudbase login
31
30
cloudbase init --without-template
32
31
cloudbase framework:deploy
33
32
```
@@ -38,7 +37,7 @@ cloudbase framework:deploy
38
37
39
38
也可以使用 ` cloudbase init --template vuepress ` 快速创建和部署一个新的 VuePress 应用
40
39
41
- 更多详细信息请查看 CloudBase Framework 的[ 部署项目示例] ( https://github.com/TencentCloudBase/cloudbase-framework#%E9%A1%B9%E7%9B%AE%E7%A4%BA%E4%BE%8B )
40
+ 更多详细信息请查看 CloudBase Framework 的[ 部署项目示例] ( https://github.com/TencentCloudBase/cloudbase-framework?site=vuepress #%E9%A1%B9%E7%9B%AE%E7%A4%BA%E4%BE%8B )
42
41
43
42
## GitHub Pages
44
43
You can’t perform that action at this time.
0 commit comments