Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iiop123 committed Nov 12, 2022
1 parent ba64fba commit 4c5f51c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@
#### 使用:在 根目录和static目录输入

npm i

#### 再进入static目录编译Vue
npm run build
#### 之后修改wrangler.toml


kv_namespaces = [
{ binding = "LINK", id = "11111",preview_id='11111'}//ID修改为自己创建的KV的id,preview_id是dev环境绑定的kv可以去掉
]
### 之后再执行
### 之后在根目录执行


wrangler publish
Expand Down

0 comments on commit 4c5f51c

Please sign in to comment.