Skip to content

Commit

Permalink
change server port & fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
Abiel1024 committed Dec 6, 2021
1 parent 3a37d92 commit be651f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/projectConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,5 @@ return {
}
```

这样对`run dev`就有了一个大概的了解,真正的打包当然不是这么简单。
这样对如何构建本地`vue.global.js`的就有了一个大概的了解,真正的打包当然不是这么简单。
因为我们的目标还是vue设计思路的理解,所以打包就不深入了。
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "a book for the development who want to learn vue3",
"main": "index.js",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:dev": "vitepress dev docs --port=8888",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
Expand Down

0 comments on commit be651f5

Please sign in to comment.