# guestbook-ui **Repository Path**: Samler/guestbook-ui ## Basic Information - **Project Name**: guestbook-ui - **Description**: Vue 3留言板项目前端 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-27 - **Last Updated**: 2023-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # guestbook-ui 留言板项目前端 ### 技术栈 - Vue 3 - Naive UI - Vue Router - Pinia - Axios ### 安装依赖 ```sh npm install ``` ### 开发环境运行 ```sh npm run dev ``` ### 构建 ```sh npm run build ```