# Message Nest Web Message Nest 前端页面 使用vue3+vite开发 ## 初始化 ```sh npm install ``` ### 开发测试运行 ```sh npm run dev ``` ### 构建 ```sh npm run build ```