# bottle-ui **Repository Path**: Samler/bottle-ui ## Basic Information - **Project Name**: bottle-ui - **Description**: 漂流瓶项目前端 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://gbook.processor.org.cn - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2022-06-27 - **Last Updated**: 2024-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bottle-ui 漂流瓶项目前端,使用Vue 3开发 ## 技术栈 - Vue 3 - Vue Router - Pinia - Axios - Naive UI ### 安装依赖 ```sh npm install ``` ### 开发环境运行 ```sh npm run dev ``` ### 构建 ```sh npm run build ```