From dce2449da28f5293e6fa4a88d2ac0965827e2d91 Mon Sep 17 00:00:00 2001 From: EngiGu Date: Mon, 1 Jan 2024 12:22:47 +0800 Subject: [PATCH] Update README.md --- web/README.md | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/web/README.md b/web/README.md index 22195fe..ba3ef14 100644 --- a/web/README.md +++ b/web/README.md @@ -1,31 +1,22 @@ -# message-nest +# Message Nest Web -This template should help get you started developing with Vue 3 in Vite. + Message Nest 前端页面 + 使用vue3+vite开发 -## Customize configuration -See [Vite Configuration Reference](https://vitejs.dev/config/). - -## Project Setup +## 初始化 ```sh npm install ``` -### Compile and Hot-Reload for Development - +### 开发测试运行 ```sh npm run dev ``` -### Compile and Minify for Production +### 构建 ```sh npm run build ``` - -### Lint with [ESLint](https://eslint.org/) - -```sh -npm run lint -```