diff --git a/README.md b/README.md index e26d371..fe44cec 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,15 @@ This template should help get you started developing with Vue 3 in Vite. The tem - [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) -## Project setup +## 初始化项目 ``` pnpm install ``` +## 运行项目 +``` +pnpm run dev +``` + ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).